[freetds] ld: fatal: Symbol referencing errors....g++ -g -L.
ZIGLIO, Frediano, VF-IT
Frediano.Ziglio at vodafone.com
Thu Dec 2 09:30:48 EST 2004
>
> "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
More information about the FreeTDS
mailing list