On Thu, 2009-12-10 at 05:34 +0100, Philipp Thomas wrote:
On Wed, 09 Dec 2009 10:28:41 +0100, you wrote:
was making the library with ld (as is my wont).
That is almost always a bad idea. Always use gcc/g++ to link a library as you never know which additional libraries are needed. gcc compiled code needs libgcc and C++ code needs another runtime library.
I jave no trouble sorting out additional libraries. Of course, I usually work in the C part of things. c++ has just those extra bits I am unaware of. Anyway, using gcc as the linker, and the -Wl,-XXX option, I can get all I need. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org