Compiling under 5.x for 4.x releases?

Doug White dwhite at gumbysoft.com
Sat Jun 14 09:43:02 PDT 2003


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
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list