RE: [perl #24439] 64 bit build failure on Solaris 9
by Berger, Daniel other posts by this author
Nov 23 2003 5:28PM messages near this date
Smoke [5.9.0] 21779 FAIL(c) bsd/os 4.1 (i386/1 cpu)
|
Package/Distribution version format and sorting
> -----Original Message-----
> From: Andy Dougherty [mailto:doughera@[...].edu]
> Sent: Friday, November 21, 2003 7:36 AM
> To: Daniel Berger
> Cc: perlbug-followup@[...].org
> Subject: RE: [perl #24439] 64 bit build failure on Solaris 9
<snip>
>
> > LD_RUN_PATH="" gcc -m64 -L/usr/lib/sparcv9
> -L/usr/local/lib C.o -o
> > ../../../lib/auto/B/C/C.so
> > Undefined first referenced
> > symbol in file
> > Perl_safesysmalloc C.o
> > Perl_Tmarkstack_ptr_ptr C.o
>
> Oh. This one's my fault. Try changing the line
>
> > > + lddlflags="$lddlflags -m64"
>
> in hints/solaris_2.sh to
>
> > > + lddlflags="$lddlflags -G -m64"
>
> (I think that's the right flag for gcc on Solaris using Sun's ld.)
>
> Andy Dougherty doughera@[...].edu
That worked! Thanks!!!
Regards,
Dan
|