[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in ltdl
From: |
Ralf Wildenhues |
Subject: |
Re: Error in ltdl |
Date: |
Tue, 11 Aug 2009 20:28:57 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Boobal,
* Boobal wrote on Mon, Aug 03, 2009 at 01:56:04PM CEST:
>
> I tried to complile my C++ project i got the following error..Im using
> Kubuntu in AMD machine..
>
> /home/balu/Softwares/Unix-Lib-ODBC/unixODBC-2.2.15pre/DriverManager/SQLConnect.c:2322:
> undefined reference to `lt_dlsym'
> /home/balu/Softwares/Unix-Lib-ODBC/unixODBC-2.2.15pre/DriverManager/SQLConnect.c:2305:
> undefined reference to `lt_dlerror'
> /home/balu/Softwares/Unix-Lib-ODBC/unixODBC-2.2.15pre/DriverManager/SQLConnect.c:1086:
> undefined reference to `lt_dlinit'
> /home/balu/Softwares/Unix-Lib-ODBC/unixODBC-2.2.15pre/DriverManager/SQLConnect.c:892:
> undefined reference to `lt_dlclose'
> /home/balu/Softwares/Unix-Lib-ODBC/unixODBC-2.2.15pre/odbcinst/SQLManageDataSources.c:166:
> undefined reference to `lt_dlopen'
Please post not only the errors you are getting, but also the
command(s) that caused this error. Further, it would be helpful if
you also posted the makefile rules (Makefile.am snippet or so) that
you are using to build your project.
Most likely, your link command line is lacking -lltdl and maybe -ldl
(or equivalent path-qualified arguments), but without seeing more I
cannot tell you how and where to incorporate them portably into the
build system of the package you are building.
Cheers,
Ralf