Index: [thread] [date] [subject] [author]
  From: Jon M. Taylor <taylorj@ecs.csus.edu>
  To  : ggi-develop@eskimo.com
  Date: Sun, 26 Jul 1998 14:16:41 -0700 (PDT)

Re: LibGGI won't compile

On Sun, 26 Jul 1998, Andrew Apted wrote:

> Jon writes:
> 
> >  Here's the make log.  The error is at the bottom, but also take note of 
> >  all these warnings about ANSI nonconformity.  If macros with variable 
> >  arguments are to be kept, this warning should be turned off, otherwise it 
> >  should be fixed.
> >
> >  gcc -fPIC -O2 -funroll-loops -fomit-frame-pointer  -pedantic   -I/home/jon/degas/lib/libggi/include -I/home/jon/degas/lib/libggi/../../include -I/home/jon/degas/lib/libggi/../../driver/include  -Wall -Wstrict-prototypes -g -DDEBUG -DGGICONFFILE=\"TaG1/etc
> >  /ggi/libggi.conf\" -c -o init.o init.c
> 
> This is looking like a makefile problem.  On my box it is :
> 
>     gcc -fPIC -O2 -funroll-loops -fomit-frame-pointer -m486 -malign-functions=2 
>     -malign-loops=2 -malign-jumps=2 -pedantic   -I/home/ggi/lib/libggi/include 
>     -I/home/ggi/lib/libggi/../../include -I/home/ggi/lib/libggi/../../driver/include  -Wall -Wstrict-prototypes -g -DDEBUG -DGGICONFFILE=\"TaG1/etc/ggi/libggi.conf\" -c -o init.o init.c
> 
> Note the missing "-m486 -malign..." stuff.  What compiler are you using ?

	Newish EGCS.

> (me: gcc 2.7.2.1).  Are you using libc5 or libc6 ?  

	libc5.


Jon

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