autoconf
[Top][All Lists]
Advanced

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

Re: Howto build a package for uclibc?


From: Shuhao Chang
Subject: Re: Howto build a package for uclibc?
Date: Fri, 15 Apr 2005 09:57:14 +0800
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

Thank you, Stepan.

I know what's wrong now.
Some package contains out of date "config.sub" which doesn't know "--host=i386-linux-uclibc".
It's better to update this file first.

Is there a macro to check that "CFLAGS" deosn't include "-I/usr/incluce -I/usr/local/include",
"LDFLAGS" doesn't include "-L/lib -L/usr/lib -L/usr/local/lib"?

-- shuhao

Stepan Kasal wrote:

Hello,

On Wed, Apr 13, 2005 at 01:12:29PM +0800, Shuhao Chang wrote:
Howto to build a package for uclibc?
The configuration script always finds the host system include/lib files.
Should I modify autotool script?

there should be no need to modify the autoconf source.

It should be enough to specify the --host parameter to ./configure.

See the node "Specifying Names" of the autoconf manual.

Have a nice day,
        Stepan Kasal





reply via email to

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