Troubles building a (nearly) unified tree

Phil Edwards phil@jaj.com
Fri Nov 8 11:17:00 GMT 2002


On Fri, Nov 08, 2002 at 01:42:57PM -0500, Peter Barada wrote:
> export PATH=/tmp/junk/bin:$PATH
> cd tools
> ./configure --target=m68k-elf --prefix=/tmp/junk

Try instead

    export PATH...
    mkdir build
    cd build
    ../tools/configure ....

and see whether that makes a difference.


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002



More information about the Gcc mailing list