Index: [thread] [date] [subject] [author]
  From: Jon M. Taylor <taylorj@ecs.csus.edu>
  To  : ggi-develop@eskimo.com
  Date: Sat, 15 Aug 1998 17:23:47 -0700 (PDT)

Re: LibGGI compile errors

On Sun, 16 Aug 1998, Marcus Sundberg wrote:

> > > What architecture are you compiling on?
> > 
> >         x86.
> 
> Hmm, that's weird. Linux x86? What compiler are you using?

	EGCS 2.91.43 (snapshot from a few weeks ago).

> If it's gcc, please run gcc -v -c foo.c and post the
> output.

	I used con2fbmap.c in place of foo.c.

<---cut here--->
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.91.43/specs
gcc version egcs-2.91.43 19980628 (gcc2 ss-980502 experimental)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.91.43/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i38
6) -D__pentiumpro__ -D__i686__ -D__i386__ -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__pentiumpro__ -D__i686__ con2fbmap.c /tmp/ccUtE6ma
GNU CPP version egcs-2.91.43 19980628 (gcc2 ss-980502 experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/i686-pc-linux-gnulibc1/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.91.43/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.91.43/cc1 /tmp/ccUtE6ma -quiet -dumpbase con2fbmap.c -version -o /tmp/cc2vf8Of
GNU C version egcs-2.91.43 19980628 (gcc2 ss-980502 experimental) (i686-pc-linux-gnulibc1) compiled by GNU C version egcs-2.91.26 19980502 (gcc2 ss-980401 experimental).
 /usr/local/i686-pc-linux-gnulibc1/bin/as -V -Qy -o con2fbmap.o /tmp/cc2vf8Of
GNU assembler version 2.9.1 (i686-pc-linux-gnulibc1), using BFD version 2.9.1


---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
	- Scientist G. Richard Seed

Index: [thread] [date] [subject] [author]