tcl cannot build 64bit.

Manoj Iyer manjo@austin.ibm.com
Fri Mar 12 22:26:00 GMT 2004



> > It is missing the ${CFLAGS} in the cc line.
>
> It shouldn't be needed, since it's a link command, not a compile command.
> If you need -m64 for linking you must add it to LDFLAGS.  Or just use
> CC="$CC -m64" since it's actually a different compiler after all.

> Andreas.


I am a little confused, I thought -m64 is a compiler option. Specifying
it along with LDFLAGS might fix this problem, but is that the correct?

--
Manoj Iyer



More information about the Gdb mailing list