Dave Sill wrote:
>
> J�rgen Persson <[EMAIL PROTECTED]> wrote:
> >
> >./load auto-str substdio.a error str.a
> >/usr/bin/ld: can't use -s with input files containing indirect symbols
> >(output file must contain at least global symbols, for maximum stripping
> >use -x)
>
> Try putting "cc -x" in conf-ld.
>
Then you'll get this error:
./compile auto-str.c
./load auto-str substdio.a error.a str.a
cc: auto-str: No such file or directory
cc: language -o not recognized
cc: language -o not recognized
cc: language -o not recognized
cc: language -o not recognized
make: *** [auto-str] Error 1
Is there way to avoid this?