------- Additional Comments From nickc at redhat dot com  2009-07-10 15:17 
-------
Subject: Re:  New: cannot build binutils statically

Hi,

> I'm trying to build binutils-2.19.1 statically. I tried with
> ../binutils-2.19.1/configure LDFLAGS="-static" && make but I get:

Try adding a second dash.  ie:

   ../binutils-2.19.1/configure LDFLAGS="--static" && make

Cheers
   Nick



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10380

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to