Edward March <[EMAIL PROTECTED]> writes:

>       Hi 
> 
>       Im trying to write a shareware app (under suse 6.0) and link with 
>       libc5 as libc6 - What excatly do i have to so ? 
>       In the end i want myapp5 and myapp6 to show 
>       ldd myapp5
>         libc.so.5 -> /lib/libc.so.6 (0x12345)
>         and likewise myapp6 use libc6
>       
>       is this possibel under suse 6.0 easily ?

Not easily. It is the compiler and its environment which determine
whether you are building a libc5 or libc6 application. SuSe 6 comes
with the runtime libc5 libraries but not (correctly IMHO) the
development environment to build them.

If you want to do this, you would have to install of cross-compiler
whose target is a libc5 system. This is not a trivial operation.
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to