|
|
sybperl-l Archive
Up Prev Next
From: Andrei Nossov <anossov at yahoo dot com>
Subject: Re: Problems with dynamic sybperl on hpux..
Date: Jun 8 1999 3:01AM
--- Michael Peppler wrote:
> Andrei Nossov writes:
> > Hi sybperl gurus
> >
> > I have some problem with dynamic linking of
> sybperl.
> > It keeps giving me silly 'unresolved symbol'
> messages:
> >
> > ...
> > /usr/lib/dld.sl: Unresolved symbol: bsd_tcp
> (code)
> > from /opt/sybase/lib/libtcl.sl
> > ...
> >
> > I could get it working only using STATIC link
> type and
> > linking libinsck statically as well (by the way,
> I had
> > to hack the Makefile for this, since CONFIG
> doesn't
> > recognize -l:libinsck.a format in EXTRA_LIBS). I
> > myself could stand the static link, but perl gets
> 500k
> > bigger and it considerably affects general
> > performance..
>
> Can't you simply add -linsck to the EXTRA_LIBS line
> and build it
> dynamically?
>
> Michael
> --
No, Michael, that's exactly the problem.. The message
above was received when EXTRA_LIBS had -linsck.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|