--- Additional Comments From amodra at bigpond dot net dot au 2006-05-20
02:50 ---
Not a bug. Use alternate macro syntax if you want to paste formals with
strings.
.text
.align 4
.macro test label
BNE &label&.aaa
B &label&
&label&
Dennis Heuer <[EMAIL PROTECTED]> writes:
> Today I installed a new i386 linux system from source with linux 2.6.16,
> gcc 4.1.0, glibc 2.4, and binutils 2.16. The problem I have is that ld
> refuses to detect libraries at other locations than /lib and /usr/lib
> though ld.so.conf and (LD_)LIBRARY_
Hello, am not shure if this is the right place.
Today I installed a new i386 linux system from source with linux 2.6.16,
gcc 4.1.0, glibc 2.4, and binutils 2.16. The problem I have is that ld
refuses to detect libraries at other locations than /lib and /usr/lib
though ld.so.conf and (LD_)LIBRARY_P
Hi Leroy,
I have a question about the compiling of binutils 2.7 :
Are you really using the 2.7 version of the sources ? They are really
old. We are currently on release 2.16 and versions 2.17 will be out
very soon now.
I know it means I need a valid compiler, but where can I find this on