change the definition of VX32_LDFLAGS in src/Makefrag to: VX32_LDFLAGS := -Llibvxc -L$(dir $(shell gcc -m32 -print-libgcc-file-name)) \
On Fri, Jul 11, 2008 at 2:32 PM, ISHWAR RATTAN <[EMAIL PROTECTED]> wrote: > > System: > Linux tigaon 2.6.25-4.slh.3-sidux-686 #1 SMP PREEMPT Fri May 23 21:58:49 UTC > 2008 i686 GNU/Linux > > $ cd src; make > > produces the error: (seems to be missing gcclib.a?): > .. > ld -o vxa/zlib/ezlib -Llibvxc -L -g -L. libvxc/vx32/crt0.o > vxa/zlib/ezlib.vo vxa/zlib/compress.vo vxa/zlib/deflate.vo vxa/zlib/trees.vo > vxa/zlib/adler32.vo vxa/zlib/crc32.vo vxa/zlib/zutil.vo -lc -lgcc > ld: cannot find -lgcc > make: *** [vxa/zlib/ezlib] Error 1 > $ > > Any pointers? > -ishwar > > > >