Re: synopsis 0.7 compilation error
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <20DCDD8F0FCED411AC4D001083CF504501AA9787@MTL-EXCHANGE> |
Serge Iovleff wrote: > Hi, > I have the followin error > > g++ -shared -o ucpp.so ucpp/mem.o ucpp/hashtable.o ucpp/cpp.o ucpp/lexer.o ucpp /assert.o ucpp/macro.o ucpp/eval.o cpp.o ../../../Cxx-API/lib/libSynopsis.a -lp thread > /usr/bin/ld: ucpp.so: nom symbole avec version indéfinie std::time_put_w@@GLIBCP P_3.2 > /usr/bin/ld: failed to set dynamic section sizes: Mauvaise valeur > collect2: ld a retourné 1 code d'état d'exécution > make: *** [ucpp.so] Erreur 1 > make: quittant le répertoire « /home/iovleff/dvlpt/synopsis/synopsis-0.7/build/t emp.linux-i686-2.3/Synopsis/Parsers/Cpp » > error: command 'sh' failed with exit status 2 A shot in the dark: is it possible that you have multiple gcc versions installed ? The above looks like a version conflict or something like that. May be debian users are better suited to help you debug this. Nathaniel ? All I can say is that it is definitely a problem with your development environment, not with synopsis itself. Regards, Stefan