From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180807111338l6fa41ca2mf1971746d8882976@mail.gmail.com> Date: Fri, 11 Jul 2008 14:38:31 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [9fans] vx32 compilation under Linux Topicbox-Message-UUID: e3e30304-ead3-11e9-9d60-3106f5b1d025 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 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 > > > >