Re: [Fink-devel] linking problem

2004-04-05 Thread Dave Vasilevsky
On Apr 5, 2004, at 3:21 PM, Jules wrote: dyld: /usr/local/bin/TTOPOLOGY Undefined symbols: __ZSt3cin __ZSt4cout __ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ [snip] It looks like you're trying to link a C++ program with gcc instead of with g++. Could that be it? Dave PGP.sig Des

Re: [Fink-devel] linking problem

2003-01-11 Thread Benjamin Reed
On Saturday, January 11, 2003, at 07:00 PM, Vadim Zaliva wrote: zembla /Users/lord/src/fwbuilder/src/ipt> ./fwb_iptdyld: ./fwb_ipt Undefined symbols: __ZNSs4_Rep11_S_terminalE __ZSt4cerr __ZSt4cout Well, the time I saw something like this, it was something that was some library I was linking a

Re: [Fink-devel] linking problem

2003-01-11 Thread Vadim Zaliva
On Saturday, January 11, 2003, at 03:19 PM, Ben Hines wrote: There is no problem there. Those are all harmless warnings, your link was successful as you can see. well, it still does not starts anyway: zembla /Users/lord/src/fwbuilder/src/ipt> ./fwb_iptdyld: ./fwb_ipt Undefined symbols: __ZNS

Re: [Fink-devel] linking problem

2003-01-11 Thread Benjamin Reed
ccache g++-o fwb_ipt ipt.o combinedAddress.o PolicyCompiler_ipt.o PolicyCompiler_ipt_writers.o PolicyCompiler_ipt_optimizer.o NATCompiler_ipt.o NATCompiler_ipt_writers.o OSConfigurator_linux24.o OSData.o -L/Users/lord/tmp/fwb/lib -L/sw/lib -lfwcompiler -lfwbuilder -lgthread -lglib

Re: [Fink-devel] linking problem

2003-01-11 Thread Ben Hines
On Saturday, January 11, 2003, at 03:05 PM, Vadim Zaliva wrote: On Saturday, January 11, 2003, at 11:21 AM, Dustin Sias wrote: Have you installed Developer Tools Dec 2002? I'm having similar linking problems with sablotron. I just updated to Dec 2002 version and in fact it made things wor

Re: [Fink-devel] linking problem

2003-01-11 Thread Vadim Zaliva
On Saturday, January 11, 2003, at 06:25 AM, Benjamin Reed wrote: This kind of stuff usually means you're linking against some c++ library that was linked with gcc instead of g++ (or you're linking with gcc yourself, but in this case, your example showed you were linking with g++, so I assume

Re: [Fink-devel] linking problem

2003-01-11 Thread Vadim Zaliva
On Saturday, January 11, 2003, at 11:21 AM, Dustin Sias wrote: Have you installed Developer Tools Dec 2002? I'm having similar linking problems with sablotron. I just updated to Dec 2002 version and in fact it made things worse: ccache g++-o fwb_ipt ipt.o combinedAddress.o PolicyCom

Re: [Fink-devel] linking problem

2003-01-11 Thread Benjamin Reed
__ZNSs4_Rep11_S_terminalE __ZSt4cerr __ZSt4cout __ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ __ZSt5flushIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ __ZTVN10__cxxabiv117__class_type_infoE __ZTVN10__cxxabiv120__si_class_type_infoE __ZTVN10__cxxabiv121__vmi_class_type_infoE This

[Fink-devel] linking problem

2003-01-11 Thread Vadim Zaliva
Hi! I am building packages for Firewall Builder (www.fwbuilder.org) and get them to the stage when they build OK on jaguar with fink. However libxml2 included there have certain bug, which prevents our software from working. To remedy this I decided to go "bleeeding edge" and to update fink to