|
|
sybperl-l Archive
Up Prev Next
From: Jim Dolan <dolan at saic dot alaska dot net>
Subject: Re: FW: Problem creating Static sybperl 2.0
Date: Jan 2 1996 5:19PM
Michael,
>> I am trying to install sybperl 2.0 with Perl 5.0 on a solarix OS.
It
>>works ok with a dynamic build ... but when I try static
>> I get the following when I make test .....
>[ ...deleted...]
>Try to create 'extralibs.ld' in the sybperl source directory with the
>following lines
>-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl -linsck -ldl -lm
>-L$SYBASE/lib -lsybdb -lm
The dl library is only available as a .so (libdl.so). It isn't
statically linked so you can't statically link anything to it.
This is the same problem I had a couple of months ago. I finally
had to give up, I couldn't get anything even semi-complicated to
link statically under Solaris. So if you have any other ideas on
how to link statically, I'd be real interested myself in hearing
them.
Thanks in advance.
Jim Dolan, SAIC
dolan@saic.alaska.net
|