George Boudreau wrote:
Just like a bad penny, I am back.

'file' build failed for me. This package should be built for the host machine arch and not the target?

        existing::

./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}
make
make DESTDIR=${CLFS} install

        Should it not be::

./configure --prefix=${CLFS}/tools
make
make install

            or

./configure --prefix=/tools
make
make DESTDIR=${CLFS} install

  G
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
What error did you get, it should be built for the target.
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to