Improved X11 driver, testing needed (Compile errors)

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Mon, 29 Apr 2002 21:47:56 +0200


On Mon, Apr 29, 2002 at 09:37:36PM +0200, Niklaus Giger wrote:
> On Sunday, 28. April 2002 21.16, you wrote:
> > The source code is also compatible with the latest
> > version of autoconf and automake, so it should be simpler
> > to compile it now :-).
> On my PowerMac G3 (blue&white) running GNU/Debian (testing) 
> After calling
> ./autogen.sh
> ./configure
> ./make -k
> I get the following errors:
> Making all in hfsplus
> gcc -E -D__ASSEMBLY__  -I../..  -I../shared -I../include 
> -I./include -I- cache.
> S | m4 -s  | tr ';' '\n' > cache.o.s
> gcc cache.o.s  -o cache.o
> /usr/lib/crt1.o(.rodata+0x4): undefined reference to `main'
> collect2: ld returned 1 exit status

This seems to occur with certain versions of automake/autoconf.
For now, a workaround is to specify AS explicitly:

	./configure AS=as

Cheers,

/Samuel


------------------------------
Samuel Rydh <samuel@ibrium.se>