|
|
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 4:15PM
--- Michael Peppler wrote:
> Andrei Nossov writes:
> > --- 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
> > > > ...
> > > >
> > >
> > > Can't you simply add -linsck to the EXTRA_LIBS
> line
> > > and build it
> > > dynamically?
> >
> > No, Michael, that's exactly the problem.. The
> message
> > above was received when EXTRA_LIBS had -linsck.
>
> This is really weird.
>
> I wonder if setting LD_LIBRARY_PATH might fix
> things?
>
> Which compiler are you using?
>
> Could the order of the libraries be important (it
> shouldn't, but who
> knows....)
>
> Michael
> --
Thanks for the new clues -- I didn't try these!
I am using HP's extended ANSI compiler (cc
-D_HPUX_SOURCE -Aa). I will play with LD_LIBRARY_PATH
and libraries order and let everybody know if there's
a result.
Andrei
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|