[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] AC_DIVERT_HELP ncurses error for mutt inuClinux
Another (bounced) reply from Stepan:
Hello,
I noticed one more problem:
On Wed, Mar 23, 2005 at 05:37:13AM +0530, Hema K wrote:
>> ./configure --target=mb- --host=i686-pc-linux-gnu
>> for configuring ncurses for microblaze-uclinux.
this is wrong. Don't use --target here. [1]
If you build a package on i686 and the result will run on microblaze,
you need something like:
./configure --host=mb- --build=i686-pc-linux-gnu
but the build environment can probably be autodetected:
./configure --host=mb-
For explanation, read the node: Info: (autoconf.info)Specifying Names
Footnotes:
[1] --target is used only when compiling compilers or such, eg. gcc
or binutils. With "normal programs", --target has no effect.
Stepan
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/