Joe O'Reilly <[EMAIL PROTECTED]>:

> a suse 6.2 linux system [...].  I get the same make error each time.

> (cd asm; /usr/bin/perl sha1-586.pl cpp  >sx86unix.cpp)
> gcc -E -DELF asm/sx86unix.cpp | as -o asm/sx86-elf.o
> gcc: asm/sx86unix.cpp: linker input file unused since linking not done

What gcc version is that?  gcc -E -DELF asm/sx86unix.cpp is expected
to run that file through the pre-processor and output the result
at stdout.  Do you get any output other than that error when
you run gcc -E -DELF asm/sx86unix.cpp manually (in the appropriate
directory)?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to