Skip to Content.
Sympa Menu

freetds - Re: Compiling FreeTDS on HP/UX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Brian Bruns" <camber AT ais.org>
  • To: freetds
  • Subject: Re: Compiling FreeTDS on HP/UX
  • Date: Wed, 22 Sep 1999 14:46:0



I can say with almost absolute certainty that there is no 'branch'
referenced in the freetds code. Maybe look in libtool? Unfortunately, all
my HP/UX experience is a couple of years stale (HP/UX 9.x).

Also you may want to make a bogus file like:

foo.c:

void func1()
{
/* do nothing */
return;
}

then compile it and use the ld command from below to link it into a library
and see if you get the same thing. If not then start removing object files
from the list until it works (remove token.o first, then login.o,
numeric.o, convert.o, mem.o, write.o, read.o, and util.o in roughly that
order).

Brian

On 09/22/99, ""Allyn Craig" <abcraig AT ichips.intel.com>" wrote:
> Hi all,

Now that I've got FreeTDS/DBD-Sybase working on Solaris, Linux and AIX,
the
next one I need to get set up is HP/UX. I'm getting the following error
when trying to compile FreeTDS:

/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/cygnus-2.7-96q4/ld -b +h
libtds.sl.0 +b /usr/abcraig/db/freetds/hpux/lib -o .libs/libtds.sl.0.0
mem.lo token.lo util.lo login.lo read.lo write.lo convert.lo numeric.lo

collect2: unable to open dynamic dependency ' static branch'

I was not able to find any references to "static branch" anywhere in the
freetds code, so I'm not sure where to start looking. Anyone have any
ideas?

Thanks in advance for your help!

Allyn Craig
abcraig AT ichips.intel.com




Archive powered by MHonArc 2.6.24.

Top of Page