Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Community > Tech > [COMPILAZIONE] Come compilare librerie...
Pages (2): [1] 2 »   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
[COMPILAZIONE] Come compilare librerie...

Ciao!
Sto cercando di compilare VLC (VideoLAN) ma ho un problema.
Sto usando il compilatore gcc 3.4.1. e dovrei installare tutte le librerie disponibili.

Purtroppo però acune di esse (credo matroska e eblm) sono state compilate con una vecchia versione di gcc incompatibile con la mia, e questo genera un errore durante l'esecuzione del "make".

Vorrei quindi ricompilare quelle librerie con la mia versione di gcc per eliminare i problemi di incompatibilità... ma come fare?
Non ho mai compilato delle librerie, qualcuno mi potrebbe indicare la strada giusta?

Grazie mille... :D

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 11:55
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
khelidan
.grande:maestro.

User info:
Registered: Jun 2003
Posts: 1196 (0.15 al dì)
Location: Milano
Corso: Informatica
Anno: Finito....
Time Online: 13 Days, 12:08:03: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Che distro usi?Perche compili?Hai installato il vecchio compilatore?Potresti eventualmente compilare vlc con quello vecchio!

__________________
Khelidan

11-07-2005 14:35
Click Here to See the Profile for khelidan Click here to Send khelidan a Private Message Find more posts by khelidan Add khelidan to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by khelidan
Che distro usi?Perche compili?Hai installato il vecchio compilatore?Potresti eventualmente compilare vlc con quello vecchio!


Dunque dunque...
Sì, è vero, non sono stato molto chiaro, cmq cercherò di spiegarer tutto.

Ho bisogno di compilarlo perchè poi dovrò modificare i sorgenti.

In realtà però devo compilare VLC sotto Windows (XP), non Linux! :P
Per far ciò sto utilizzando (come raccomandato nella documentazione di VLC) l'ambiente Cygwin, che emula comandi e applicazioni Linux all'interno di Windows.

Ho già provato a usare una versione più vecchia di gcc, e il programma ha compilato... però non funziona correttamente (non posso cambiare interfaccia, non funzionano le opzioni, ecc...)
Non so se i problemi dipendano da quello oppure no, ma in ogni caso devo utilizzare gcc 3.4.4 fornito con Cygwin. Poi se persistono ancora cercherò di risolverli successivamente.

Dato che non ho mai compilato librerie, sto provando a farlo "a intuito" ma finora non ho avuto nessun rusultato, nè trovato documentazione adeguata...

Se avete bisogno di altri dati fatemi sapere...
nel frattempo grazie ancora....

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 15:01
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Questi sono gli errori che mi da mentre eseguo il 'make':

code:
Info: resolving libebml::EbmlVoid::ClassInfos by linking to __imp___ZN7libebml8EbmlVoid10ClassInfosE (auto-import) Info: resolving libebml::EbmlHead::ClassInfos by linking to __imp___ZN7libebml8EbmlHead10ClassInfosE (auto-import) Info: resolving libebml::EbmlHead_Context by linking to __imp___ZN7libebml16EbmlHead_ContextE (auto-import) Info: resolving vtable for libebml::EbmlDateby linking to __imp___ZTVN7libebml8EbmlDateE (auto-import) Info: resolving vtable for libebml::EbmlUnicodeStringby linking to __imp___ZTVN7libebml17EbmlUnicodeStringE (auto-import) Info: resolving vtable for libebml::EbmlElementby linking to __imp___ZTVN7libebml11EbmlElementE (auto-import) Info: resolving vtable for libebml::EbmlUIntegerby linking to __imp___ZTVN7libebml12EbmlUIntegerE (auto-import) Info: resolving vtable for libebml::EbmlFloatby linking to __imp___ZTVN7libebml9EbmlFloatE (auto-import) Info: resolving vtable for libebml::EbmlStringby linking to __imp___ZTVN7libebml10EbmlStringE (auto-import) Info: resolving __ZTVN7l./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x690e): undefined reference to `libmatroska::KaxClusterSilentTrackNumber::ClassIn fos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x6b13): undefined reference to `libmatroska::KaxClusterSilentTracks::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0xf243): undefined reference to `libmatroska::KaxSegmentFamily::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x12d1e): undefined reference to `libmatroska::KaxSegmentFamily::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x12f2b): undefined reference to `libmatroska::KaxChapterTranslate::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x13035): undefined reference to `libmatroska::KaxChapterTranslateEditionUID::Class Infos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x130d1): undefined reference to `libmatroska::KaxChapterTranslateCodec::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x1318c): undefined reference to `libmatroska::KaxChapterTranslateID::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x1346d): undefined reference to `libmatroska::KaxChapterProcessTime::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x134eb): undefined reference to `libmatroska::KaxChapterProcessData::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x142e8): undefined reference to `libmatroska::KaxChapterProcess::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x143b4): undefined reference to `libmatroska::KaxChapterProcessCodecID::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x14454): undefined reference to `libmatroska::KaxChapterProcessPrivate::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x14a15): undefined reference to `libmatroska::KaxChapterProcessCommand::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(.text+0x15569): undefined reference to `libmatroska::KaxEditionFlagOrdered::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska24KaxChapterProcessPrivate7G enericEv[libmatroska::KaxChapterProcessPrivate::Ge neric() const]+0x1): undefined reference to `libmatroska::KaxChapterProcessPrivate::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska24KaxChapterProcessPrivatecv RKN7libebml6EbmlIdEEv[libmatroska::KaxChapterProce ssPrivate::operator libebml::EbmlId const&() const]+0x1): undefined reference to `libmatroska::KaxChapterProcessPrivate::ClassInfos ' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska21KaxChapterProcessData7Gene ricEv[libmatroska::KaxChapterProcessData::Generic( ) const]+0x1): undefined reference to `libmatroska::KaxChapterProcessData::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska21KaxChapterProcessDatacvRKN 7libebml6EbmlIdEEv[libmatroska::KaxChapterProcessD ata::operator libebml::EbmlId const&() const]+0x1): undefined reference to `libmatroska::KaxChapterProcessData::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska16KaxSegmentFamily7GenericEv [libmatroska::KaxSegmentFamily::Generic() const]+0x1): undefined reference to `libmatroska::KaxSegmentFamily::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska16KaxSegmentFamilycvRKN7libe bml6EbmlIdEEv[libmatroska::KaxSegmentFamily::opera tor libebml::EbmlId const&() const]+0x1): undefined reference to `libmatroska::KaxSegmentFamily::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska21KaxChapterTranslateID7Gene ricEv[libmatroska::KaxChapterTranslateID::Generic( ) const]+0x1): undefined reference to `libmatroska::KaxChapterTranslateID::ClassInfos' ./modules/demux/libmkv.a(libmkv_a-mkv.o):mkv.cpp:(. text$_ZNK11libmatroska21KaxChapterTranslateIDcvRKN 7libebml6EbmlIdEEv[libmatroska::KaxChapterTranslat eID::operator libebml::EbmlId const&() const]+0x1): undefined reference to `libmatroska::KaxChapterTranslateID::ClassInfos' /usr/win32/lib/libmatroska.a(KaxInfoData.o):KaxInfoData.cpp:(. text$_ZN7libebml11EbmlElementD2Ev[libebml::EbmlEle ment::~EbmlElement()]+0x30): undefined reference to `___assert' /usr/win32/lib/libmatroska.a(KaxCues.o):KaxCues.cpp:(.text+0x26d): undefined reference to `___assert' /usr/win32/lib/libmatroska.a(KaxCues.o):KaxCues.cpp:(.text+0x39f): undefined reference to `___assert' /usr/win32/lib/libmatroska.a(KaxCues.o):KaxCues.cpp:(.text+0x4d1): undefined reference to `___assert' /usr/win32/lib/libmatroska.a(KaxCues.o):KaxCues.cpp:(. text$_ZNK11libmatroska7KaxCues19GlobalTimecodeScal eEv[libmatroska::KaxCues::GlobalTimecodeScale() const]+0x2c): undefined reference to `___assert' /usr/win32/lib/libmatroska.a(KaxCuesData.o):KaxCuesData.cpp:(.text+0x1d2): more undefined references to `___assert' follow ibebml12EbmlSIntegerE by linking to __imp___ZTVN7libebml12EbmlSIntegerE (auto-import) collect2: ld returned 1 exit status make[2]: *** [vlc.exe] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 15:19
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Renaulto
is fan of UTF-8

User info:
Registered: Aug 2002
Posts: 4064 (0.49 al dì)
Location:
Corso: Informatica
Anno:
Time Online: 96 Days, 0:20:58 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Non puoi compilarti gli rpm?

__________________
Tanenbaum is overrated.

11-07-2005 17:32
Click Here to See the Profile for Renaulto Click Here to See the Blog of Renaulto Click here to Send Renaulto a Private Message Find more posts by Renaulto Add Renaulto to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by Renaulto
Non puoi compilarti gli rpm?


Non penso.
Il fatto è che è per un progetto di tesi, e dopo averlo compilato devo effettuare delle modifiche al codice sorgente.
Devo proprio ricompilare quelle 2 librerie...

(anche perchè ricordo che in realtà sono sotto Windows XP)

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 17:57
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Scusate, ma IN GENERALE, per ricompilare delle librerie sotto Linux come si fa? Qual'è il procedimento da seguire?

Io ho scaricato i sorgenti, ho dato il "make" (che credo sia andato a buon fine) e mi ha creato un file.
Ma a questo punto non so come procedere...

Devo spostare quel file nella cartella delle librerie del programma?
E tutti gli header (*.h) ?

O__o

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 23:08
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Walter
dsy adminz

User info:
Registered: Mar 2002
Posts: 5304 (0.63 al dì)
Location: Milano 90% - Valle Camonica 10%
Corso: Magistrale in Informatica
Anno: fine!
Time Online: 99 Days, 2:21:37 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Forse questa pagina può aiutarti: http://www.bo.cnr.it/corsi-di-infor...xLibraries.html

__________________
"Ragione e passione sono timone e vela della nostra anima navigante." - Kahlil Gibran
"Senza musica la vita sarebbe un errore." - Friedrich Nietzsche

11-07-2005 23:20
Click Here to See the Profile for Walter Click Here to See the Blog of Walter Click here to Send Walter a Private Message Visit Walter's homepage! Find more posts by Walter Add Walter to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by Walter
Forse questa pagina può aiutarti: http://www.bo.cnr.it/corsi-di-infor...xLibraries.html


Grazie, domani me la leggo :)

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

11-07-2005 23:26
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Viry
dsy moderator

User info:
Registered: Oct 2002
Posts: 2429 (0.30 al dì)
Location: Milano
Corso: Ticom
Anno: primo
Time Online: 43 Days, 3:27:12 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Dopo il make, consiglio un "make install" eseguito da utente root (questo comando installa i file appena compilati)

__________________
When once you have tasted flight, you will walk the earth, forever more, with your eyes turned skyward. For there you have been, and there you long to return.

“Dovere, tempo, destino, tutto tende a separarci e, di fatto, ci separa. Ma il sentimento non conosce frontiere e mi unisce a te come se avessi sempre la mia mano sulla tua"

12-07-2005 10:12
Click Here to See the Profile for Viry Click here to Send Viry a Private Message Find more posts by Viry Add Viry to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
LazerPhEa
Vendo Steinberger GM7TA

User info:
Registered: Jul 2002
Posts: 4400 (0.53 al dì)
Location: S. Donato Beach
Corso: TICo
Anno: Finito tutto
Time Online: 83 Days, 22:35:22 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

e un bel ldconfig.

__________________
Questo è il giardino
Dove il principe muore
Nessun sentiero
Nessun destriero
Soltanto un nome... Eterno...

12-07-2005 11:35
Click Here to See the Profile for LazerPhEa Click Here to See the Blog of LazerPhEa Click here to Send LazerPhEa a Private Message Find more posts by LazerPhEa Add LazerPhEa to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by Viry
Dopo il make, consiglio un "make install" eseguito da utente root (questo comando installa i file appena compilati)


Sto provando a compilarle... (sia ebml che matroska).
Il comando "make" mi genera correttamente il file ".a".
Il comando "make install" non funziona, in nessuna delle due librerie, mi dice:
code:
make: *** No rule to make target 'install'. Stop.


Ho sostituito i due nuovi file .a alle vecchie versioni, ma non sembra avere avuto alcun effetto...

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

12-07-2005 11:37
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by Viry
Dopo il make, consiglio un "make install" eseguito da utente root (questo comando installa i file appena compilati)


Non posso divenatre root, il comando "su" per cambiare utente sembra non essere riconosciuto da Cygwin..

In ogni caso il make genera solo la libreria .a, ma nessn file "install".

Nemmeno "ldconfig" funziona.

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

12-07-2005 12:29
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Alf
°o.mini sayan.o°

User info:
Registered: Jun 2003
Posts: 5381 (0.68 al dì)
Location: Mediolanum
Corso: Informatica
Anno: FINITOOOO!
Time Online: 155 Days, 9:46:05: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by DarkGod
Non posso divenatre root, il comando "su" per cambiare utente sembra non essere riconosciuto da Cygwin..

In ogni caso il make genera solo la libreria .a, ma nessn file "install".

Nemmeno "ldconfig" funziona.


Il make install non e' un comando diverso da make.

make puo' avere un "target"

Se esiste il file Makefile all'interno ci sono tutte le "regole" che il make segue per compilare.


Di solito c'e' anche l'etichetta "install" che a seconda dei casi sposta i binari creati, crea link, insomma fa un po' di cose per "installare" quello che hai compilato.

Comunque puoi' personalizzarti il tuo "make" scrivendo quel che vuoi nel Makefile.

Ah spesso c'e' il file configure che prendendo i dati dal sistema ti crea un file Makefile ad hoc


Ma in realta' tutto questo, a parte "cultura" personale, non credo ti serva molto per risolvere il problema :)

__________________
(\ /)
( . .)
c('')('') This is Bunny!
Help her succeed in world domination by copy and pasting her in
your signature.

12-07-2005 12:59
Click Here to See the Profile for Alf Click Here to See the Blog of Alf Click here to Send Alf a Private Message Find more posts by Alf Add Alf to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
DarkGod
superfallito

User info:
Registered: Sep 2001
Posts: 627 (0.07 al dì)
Location: Milano
Corso: Informatica
Anno: SuperDottore
Time Online: 3 Days, 0:10:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by Alf
Il make install non e' un comando diverso da make.

make puo' avere un "target"

Se esiste il file Makefile all'interno ci sono tutte le "regole" che il make segue per compilare.


Di solito c'e' anche l'etichetta "install" che a seconda dei casi sposta i binari creati, crea link, insomma fa un po' di cose per "installare" quello che hai compilato.

Comunque puoi' personalizzarti il tuo "make" scrivendo quel che vuoi nel Makefile.

Ah spesso c'e' il file configure che prendendo i dati dal sistema ti crea un file Makefile ad hoc


Ma in realta' tutto questo, a parte "cultura" personale, non credo ti serva molto per risolvere il problema :)



Sì, ok... questo lo sapevo ;):P
Il fatto è che, nei sorgenti delle librerie che ho scaricato, non c'è nessun configure e nessun install, ma solo un Makefile.
Quindi l'unica cosa che posso fare è lanciare il make (senza install) che mi compila i sorgetti .cpp e mi crea la libreria .a .
E fin qui ci sono.
Ma per utilizzare queste librerie al posto di quelle che avevo già incluse (e che non vanno bene perchè sono state compilate con una versione vecchia del gcc e g++), come devo fare?
Io ho semplicemente sostuituito i vecchi file .a con quelli nuovi, ma non sembra essere cambiato nulla.... :(

__________________
Chiamatemi Darky ^_^

_____ -+- ANTINOMY -+- __________ -+- Inside Human Cruelty -+- _____

12-07-2005 13:11
Click Here to See the Profile for DarkGod Click Here to See the Blog of DarkGod Click here to Send DarkGod a Private Message Find more posts by DarkGod Add DarkGod to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 23:17.    Post New Thread    Post A Reply
Pages (2): [1] 2 »   Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.059 seconds (80.51% PHP - 19.49% MySQL) con 25 query.