On Sat, 14 Jun 2003, Karl Denninger wrote:

> Can it be done with a command-line switch to the compiler or gcc, or am I
> consigned to dual-booting?

You mean building apps linked against 4.X libs vs. 5.X? With some creative
-L flags you might be able to get it to not use /usr/lib/libc* and use
/usr/lib/compat/libc* instead, which has copies of certain 4.X libs in it.

Let us know if you get it working :)

> I know the libraries are there for runtime, but can you build executables
> for them?

The executables are the exact same format.

-- 
Doug White                    |  FreeBSD: The Power to Serve
[EMAIL PROTECTED]          |  www.FreeBSD.org
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to