This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build error - still there


On Jan 23, 2003, Pedro Manuel Augusto <augusto@uma.pt> wrote:

>> > /usr/local/sparc-sun-solaris2.7/bin/ld:libgcc/./libgcc.map:4: parse error
>> > in VERSION script

This means GCC is running GNU ld but it was configured to use the
Solaris linker.  Configure --with-gnu-ld
--with-ld=/usr/local/sparc-sun-solaris2.7/bin/ld and the error should
go away.  Use *both* options.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]