You should statically link to the stdc++ library (as there are way too
many versions in the wild to support via a shared library). Just find a
file called "libstdc++.a" or similar beneath the /usr/lib (or
/usr/local/lib) directory and add that to the gcc command line when
linking (just add the filename, no need for special command line
arguments). You should also build on rh7.3 (or 6.1 if you can find it)
to make freebsd users happy.

- Alfred

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jay Paul
> Sent: Saturday, January 03, 2004 10:39 PM
> To: [EMAIL PROTECTED]
> Subject: [hlcoders] linux server problems
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> as i am not a linux guru, i really have no idea how to fix
> this. we have redhat 7.3 and 9. with a build on 7.3, some
> servers will work and some it doesnt. for the ones that dont
> work, the redhat9 build will work fine, but not on the other
> servers. we need to find a way to make ONE build that will
> run on ALL servers without problems.
>
> this is the error message that is being logged:
>
> LoadLibrary failed on ./hostileintent/dlls/hl_i386.so:
> libstdc++-libc6.2-2.so.3: cannot open shared object file: No
> such file or directory
> Host_Error: Couldn't get DLL API from ./hostileintent/dlls/hl_i386.so!
> L 01/04/2004 - 00:33:47: FATAL ERROR (shutting down):
> Host_Error: Couldn't get DLL API from ./hostileintent/dlls/hl_i386.so!
> FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API
> from ./hostileintent/dlls/hl_i386.so!
>
> if anyone could help with this... i would greatly appriciate
> it. thanks alot for your help
> --
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to