Autore Topic: La parola magica "Compilare" in Ubuntu server  (Letto 10437 volte)

DjByte

  • Administrator
  • Hero Member
  • ******
  • Post: 2429
    • ICQ Messenger - 484438253
    • Mostra profilo
    • Sperimentazioni con l'energia solare
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #15 il: Febbraio 09, 2008, 03:20:00 pm »
Ok, ora potete continuare la discussione  :-D
Scusate il disguido tecnico...

Byte
Due sono le cose infinite: l'universo e la stupidit? dell'uomo... Della prima per? non ne sono sicuro! [Albert Einstein]

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #16 il: Febbraio 09, 2008, 04:45:05 pm »
Scusa Dog su quale ubuntu hai fatto le prove?
S? come ti dicevo via mail, io uso Ubuntu 7.10 Gutsy Gibbon server e comunque verifica di aver installato i pacchetti per lo sviluppo del tipo gcc make binutils ecc...

...grazie DjByte per lo sblocco della discussione!!!
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #17 il: Febbraio 10, 2008, 08:44:32 pm »
Ok Dog!
Aggiornamento:
Le prove le svolgo direttamente sul server in remoto (Ubuntu server Dapper)
(Fino a che non risolvo il problema del muletto)
Il comando ./configure funziona
Ecco cosa mi dice:
oot@ubuntus:~/wview-3.4.1# ./ configure
-bash: ./: is a directory
root@ubuntus:~/wview-3.4.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for strncpy in -lc... yes
checking for gdImageCreate in -lgd... yes
checking for exp in -lm... yes
checking for png_write_chunk in -lpng... yes
checking for radSystemGetUpTimeMS in -lrad... no
checking for inflate in -lz... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for localtime_r... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating stations/Makefile
config.status: creating stations/Simulator/Makefile
config.status: creating stations/VantagePro/Makefile
config.status: creating stations/VantagePro/vpconfig/Makefile
config.status: creating stations/WXT510/Makefile
config.status: creating stations/WXT510/wxt510config/Makefile
config.status: creating sqld/Makefile
config.status: creating htmlgenerator/Makefile
config.status: creating alarms/Makefile
config.status: creating cwop/Makefile
config.status: creating http/Makefile
config.status: creating ftp/Makefile
config.status: creating ssh/Makefile
config.status: creating procmon/Makefile
config.status: creating wviewconfig/Makefile
config.status: creating utilities/Makefile
config.status: creating utilities/archive-be2le/Makefile
config.status: creating utilities/archive-le2be/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
root@ubuntus:~/wview-3.4.1#

Per? al comando make mi escono un casino di errori:

.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #18 il: Febbraio 10, 2008, 08:45:09 pm »
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #19 il: Febbraio 10, 2008, 08:45:37 pm »
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #20 il: Febbraio 10, 2008, 08:47:45 pm »
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #21 il: Febbraio 11, 2008, 05:18:29 pm »
x Kidy
Ti ho impacchettato in format .deb i file radlib  e wview_3_4_1-2_all.deb :-P:
http://www.divshare.com/download/3755241-e96
http://www.divshare.com/download/3755290-90b
salvalo e poi dai un bel sudo dpkg -i radlib_2_7_1-2_all.deb  wview_3_4_1-2_all.deb e vedi se ti v?!
« Ultima modifica: Febbraio 25, 2008, 09:01:34 am da thedog75 »
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #22 il: Febbraio 11, 2008, 08:18:02 pm »
Si Dog,non mi ha dato nessun errore quindi credo sia installato ,adesso provo a vedere poi ti dico! :-D
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #23 il: Febbraio 22, 2008, 09:51:21 am »
Si Dog,non mi ha dato nessun errore quindi credo sia installato ,adesso provo a vedere poi ti dico! :-D
Kidy, alla fine wview ti funziona o hai altri problemi??
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #24 il: Febbraio 28, 2008, 09:26:37 am »
Buongiorno!! Dog!
Ho dovuto fermare tutto per il momento ,causa lavoro ,ma appena ho due minuti riprendo il tutto. :-D
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #25 il: Aprile 01, 2008, 07:35:22 pm »
Ciao Dog,per il momento sono fermo,sono in attesa della nuova stazione meteo,appena arriva ricominciamo.
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #26 il: Aprile 01, 2008, 07:49:37 pm »
Ok Kidy, cos? se v? bene quasi quasi ne monto una anche io!!! (servita via wi-fi ovviamente!!!) :-D
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #27 il: Aprile 01, 2008, 08:00:25 pm »
Si certo,ho preso la wi-fi,ma il modello America.
DAVIS VANTAGE PRO 2 6163


.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #28 il: Aprile 01, 2008, 09:41:50 pm »
... bella per?!!!(anche costosina?)Cmq intendevo wi-fi nel senso che la installerei in una posizione remota alimentata via pannelli solari e connessa al serverino linux con mb nano-itx e disco con compact-flash e sk. mini-pci wireless che forse un giorno riuscir? a finire. :cry:
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

nslusiano

  • Novellino
  • *
  • Post: 29
    • Mostra profilo
Re: La parola magica "Compilare" in Ubuntu server
« Risposta #29 il: Dicembre 30, 2008, 11:13:16 pm »
scusate, ma dal mese di aprile ? successo qualcosa? Io sto iniziando adesso e mi piacerebbe scambiare opinioni con voi che siete pi? avanti di me.
Ehi Dog la tua pro2 funziona? e  la tua ? arrivata?