Re: Installation problem in binutils pass 1

2007-04-27 Thread Dan Nicholson
On 4/22/07, Federico <[EMAIL PROTECTED]> wrote: > Hi all, > In "binutils pass 1" after install it with make install I type make -C > ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this > error: > > /tools/bin/ld: unrecognized option '--hash-style=both' > /tools/bin/ld: use the --

Re: Installation problem in binutils pass 1

2007-04-27 Thread anirudh vij
hi, i think the problem may be with Ubuntu feisty gcc. Ubuntu's gcc is version 4.1.2 by default.It is optimized,and seems to run faster in general.However,i've got some strange errors from it.if you try to compile a c++ program that includes /compex ,you'll get a host of errors about declarations

Installation problem in binutils pass 1

2007-04-22 Thread Federico
Hi all, In "binutils pass 1" after install it with make install I type make -C ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this error: /tools/bin/ld: unrecognized option '--hash-style=both' /tools/bin/ld: use the --help option for usage information collect2: ld returned 1 exi