This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: misp-sgi-irix5.2 assembler-preprocessor error building libgcj
- To: Alexandre Oliva <oliva@dcc.unicamp.br>
- Subject: Re: misp-sgi-irix5.2 assembler-preprocessor error building libgcj
- From: Tom Tromey <tromey@cygnus.com>
- Date: Tue, 20 Jul 1999 12:25:23 -0700
- Cc: java-discuss@sourceware.cygnus.com, java-patches@sourceware.cygnus.com
- References: <oriu7f2p3u.fsf@cupuacu.lsd.dcc.unicamp.br><orwvvv169o.fsf@cupuacu.lsd.dcc.unicamp.br>
>> Object file format error in: mips_sgi_mach_dep.o: non-shared Elf object "mips_sgi_mach_dep.o" cannot be linked shared.
Alexandre> * mips_sgi_mach_dep.s: Enable PIC option.
Is this patch still ok when building with --disable-shared?
Or do we need an #ifdef in the code?
Tom