Re: 2 versions of glibc living in peace together

2002-03-26 Thread Christoph Bugel
> libraries and stubs on the link line, including -llibc, -lm and the > obligatory /usr/lib/crt1.o or /usr/lib/gcrt1.o - stracing a regular > compiler will show you which libraries and stubs it links applications > with, by default. or use gcc -v ;) =

Re: 2 versions of glibc living in peace together

2002-03-26 Thread Oleg Goldshmidt
guy keren <[EMAIL PROTECTED]> writes: > actually, this is easier then it sounds. all you need to do is make sure > processes linked with different libraries, look for them in different > directories. this can be done either during compile (actually link) time, > with the '-rpath' switch of gnu ld

Re: 2 versions of glibc living in peace together

2002-03-25 Thread guy keren
On 25 Mar 2002, Oleg Goldshmidt wrote: > I solved my immediate problem by installpkging the development tools > from slackware-8.0 over the original system (got OK from the vendor). > However, I am still curious about peace and co-existence of various > glibc's, so if anyone has any clue, do let

Re: 2 versions of glibc living in peace together

2002-03-25 Thread Oleg Goldshmidt
I solved my immediate problem by installpkging the development tools from slackware-8.0 over the original system (got OK from the vendor). However, I am still curious about peace and co-existence of various glibc's, so if anyone has any clue, do let me know. Thanks for people who emailed and cal

2 versions of glibc living in peace together

2002-03-24 Thread Oleg Goldshmidt
Hi, First, executive summary: I would like to do one of the following: * find binaries of various development tools (binutils, gcc, gdb), that will work with a particular version of glibc (2.2.2). * make two different versions of glibc (2.2.2 and 2.2.3) co-exist on one system. Now, here