Attempt to get an answer #2 On Thu, 3 Jan 2002, Sir Ace wrote: > > Can you please tell me how to make the binutils package compile staticly > linked? I edited the makefile and put: > > > CFLAGS = -g -O2 -static > CXXFLAGS = -g -O2 -static > > LDFLAGS = -static > > But it doesn't work. > >