Skip to Content.
Sympa Menu

freetds - RE: [freetds] ld: fatal: Symbol referencing errors....g++ -g -L.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] ld: fatal: Symbol referencing errors....g++ -g -L.
  • Date: Thu, 2 Dec 2004 15:30:48 +0100

>
> "Chaitanya B" wrote:
> > i had an error as given below also when using the libctiwf.a with my
> > program...
> > bash# gcc orgclient.cc -o orgclient
> > undefined first
> referenced
> > symbol in file
> > cti_open_connection(char*,Char*,int) /var/tmp//ccPELfc.o
> > cti_open_connection(int) /var/tmp//ccPELfc.o
> > _gxx_personality_v0 /var/tmp//ccPELfc.o
>
> There is almost no difference to the same layout on Linux. You simply
> need to link the libraries whose functions you call.
> 'gxx_perrsonality' is supposed to be implemented in the standard C++
> template lib, add '-lstdc++' for it. I don't have any idea where
> 'cti_open_connection' stems from, but I think you'll know, because you
> decided to use this function :-)
>
> Martin.

We are a bit OT here.
You MUST use g++ to link C++ programs, not gcc

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page