autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile order of LDFLAGS and LIBS


From: Bob Friesenhahn
Subject: Re: compile order of LDFLAGS and LIBS
Date: Wed, 21 Jan 2004 13:29:47 -0600 (CST)

On Wed, 21 Jan 2004, Brian White wrote:
>
> Yes.  In fact, that was how I did it.  In both cases the value is passed
> as an enviroment variable to the application.
>
>     CFLAGS="..." LDFLAGS="..." LIBS="-lc" ./configure --host=m68k-elf

No, I meant like

    ./configure CFLAGS="..." LDFLAGS="..." LIBS="-lc" --host=m68k-elf

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]