Aug 11, 2004 #1 ElCraigo MIS Joined Aug 9, 2004 Messages 1 Location AU Is it possible to have 2 versions of GLIBC on the one server, and if so, how do I specify which one to use?( long story as to why I need to do this )
Is it possible to have 2 versions of GLIBC on the one server, and if so, how do I specify which one to use?( long story as to why I need to do this )
Aug 11, 2004 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Yes, you can. To link against a specific one provide it as an object file during the link phase rather than using -lglibc. Upvote 0 Downvote
Yes, you can. To link against a specific one provide it as an object file during the link phase rather than using -lglibc.