B. Bogart wrote:
Hi Johannes,
When I do: autoconf && ./configure && vi Make.config
I only see the following lines containing "[sS][tT][rR][iI][pP]":
STRIP_UNNEEDED ?= --strip-unneeded STRIP ?= strip
So I'll comment those out and see what happens.
uncommenting is a not-so-good idea.
try ~> STRIP=echo make without(!) editing the Make.config
(or alternatively change the line "STRIP ?= strip" to "STRIP ?= echo" -- actually that is what i meant by "replacing the STRIP-command with 'echo'")
mfg.asdr. IOhannes