Looks like your C++ library doesn't match your header files, verify you have the correct library path for it in your Makefile.
- Alfred ----Original Message---- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Adams Sent: Monday, August 01, 2005 7:12 AM To: [email protected] Subject: [hlcoders] Linking error when compiling MOD on Linux > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] Hey, > > (Apologies if this gets posted twice, I sent originally from the > wrong email > account) > > Just tried compiling my MOD code under Linux - it compiles everything > with no problems but when we get to linking stage: > > ..... > /usr/bin/ld: ./eftcmp_server_i486.so: undefined versioned symbol name > std::time_put_w@@GLIBCPP_3.2 > /usr/bin/ld: failed to set dynamic section sizes: Bad value > collect2: ld returned 1 exit status > make[1]: *** [eftcmp_server_i486.so] Error 1 > make[1]: Leaving directory `/home/chris/eftc/src/linux_sdk' > make: *** [mod] Error 2 > > # > > > uname: > Linux 2.6.8.1 #2 SMP Wed Jun 8 20:30:05 CEST 2005 i686 i686 i386 > GNU/Linux > > rpm -q glibc > glibc-2.3.2-11.9 > > If you'd like a full compilation log please say, or anything else for > that matter :-) > > Thanks, > > --------------------------------------- > Chris Adams _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

