Subject: compiling GD on NetBSD
To: None <port-mac68k@NetBSD.ORG>
From: Matthew Ahrens <matt@callnet.com>
List: port-mac68k
Date: 02/15/1997 18:38:20
I am having some trouble compiling the GD perl library on NetBSD/mac68k. If
anyone has any tips, or a compiled binary for this platform, please let me
know. Here is the output i get from 'make' right before it dies:

Running Mkbootstrap for GD ()
chmod 644 GD.bs
LD_RUN_PATH="" ld -o ./blib/arch/auto/GD/GD.so -Bforcearchive -Bshareable
-L/usr/local/lib GD.o  libgd/libgd.a   
libgd/libgd.a(mtables.o): Definition of symbol `_cost' (multiply defined)
libgd/libgd.a(mtables.o): Definition of symbol `_sint' (multiply defined)
libgd/libgd.a(mtables.o): Size element definition of symbol `_cost'
(multiply defined)
libgd/libgd.a(mtables.o): Size element definition of symbol `_sint'
(multiply defined)
libgd/libgd.a(libgd.o): Definition of symbol `_cost' (multiply defined)
libgd/libgd.a(libgd.o): Definition of symbol `_sint' (multiply defined)
libgd/libgd.a(libgd.o): Size element definition of symbol `_cost' (multiply
defined)
libgd/libgd.a(libgd.o): Size element definition of symbol `_sint' (multiply
defined)
*** Error code 1

Stop.

thanks,
--matt