sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Another Sybperl install prob
Date: Jan 21 2000 8:54PM
David White writes:
> during the make test portion of the setup I get a number of Undefined
> references .
> CTlib.o(.text+0xad79): undefined reference to `cs_cmp'
Looks like you aren't linking to -lcs, or that those symbols aren't
found during the make test session.
You probably need to set LD_LIBRARY_PATH to point to $SYBASE/lib
before running make test.
I note that you use static linking for sybperl. I would recommend not
doing that unless you believe that there is a specific need for it.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|