ralph_ubuntu
February 12th, 2005, 04:55 AM
Arghh,
I'm trying to compile simias to get ifolder to work.
The problem is, that I always end up with the following error message:
/usr/bin/ld CSPObjectIterator.o CSPropertyIterator.o CSPStore.o CSPStoreObject.o FlaimWrapper.o -oFlaimWrapper.so -L "../../../external/flaim/lxx86/gcc3/release" -lflm -lstdc++ -lpthread -shared
/usr/bin/ld: cannot find -lstdc++
make[3]: *** [FlaimWrapper.so] Fehler 1
make[3]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src/FlaimProvider/FlaimWrapper«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src/FlaimProvider«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src«
make: *** [all-recursive] Fehler 1
The problem is that libstdc++ is installed and I can't figure out why ld isn't able to find it.
Any ideas?
I'm trying to compile simias to get ifolder to work.
The problem is, that I always end up with the following error message:
/usr/bin/ld CSPObjectIterator.o CSPropertyIterator.o CSPStore.o CSPStoreObject.o FlaimWrapper.o -oFlaimWrapper.so -L "../../../external/flaim/lxx86/gcc3/release" -lflm -lstdc++ -lpthread -shared
/usr/bin/ld: cannot find -lstdc++
make[3]: *** [FlaimWrapper.so] Fehler 1
make[3]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src/FlaimProvider/FlaimWrapper«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src/FlaimProvider«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/ralph/build/simias-1.0.20050209/src«
make: *** [all-recursive] Fehler 1
The problem is that libstdc++ is installed and I can't figure out why ld isn't able to find it.
Any ideas?