Re: A error occured when I compiled libwww on MIPS !

[email protected]
Newsgroups gmane.comp.lib.libwww,gmane.comp.web.viewml.devel
Message-ID <OF1028783B.87DDEF05-ON80256C8C.00375C98-80256C8C.00383292@diamond.philips.com>



Hi,

> [root@pc w3c-libwww-5.2.8]# ./configure CC=mipsel-linux-gcc

The standard way of cross-compiling for packages with a 'configure' script is:

../configure --host=mipsel-linux
make

Or, if you want to install it:

../configure --host=mipsel-linux --prefix=/my/mips/target/directory
make
make install

For information about what the options mean, try ./configure --help

And _please_ don't cross-post to so many lists...

Kind regards,

Jon
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.