This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binutils 'make' failing


James Fitzsimons wrote:
> Still trying to build GCC for m68k on OS X. I figured out that binutils 2.10
> that is part of the latest script from fiddes.net/coldfire does not
> automatically detect darwin (OS X) so down loaded binutils 2.11.2 and ran
> the configure script and it did automatically detect darwin!
> 
> Problem is the 'make' of binutils still keeps dying. The current version of
> gcc installed is version 2.95.2...
>
> /bin/sh ./libtool --mode=link cc -W -Wall -g  -o libbfd.la -rpath
> gcc_tools/lib -release 2.11.2  archive.lo archures.lo bfd.lo cache.lo
> coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo
> section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo
> ihex.lo stabs.lo stab-syms.lo dwarf2.lo `cat ofiles`
> libtool: link: only absolute run-paths are allowed
> make[3]: *** [libbfd.la] Error 1

I didn't know binutils used libtool.  Wow.  I've been having
so many problems with libtool and cross-compiling, had no
idea libtool was actually used in something that is commonly
used in a cross-compiled way.

Maybe there is hope for libtool, then.  I had been dispairing.
- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]