pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

iODBC for ARM linux



Hi , 
I am using iodbc 3.52.7. I need to generate odbc driver for linux ARM system to be used on embedded platform. I compiled the iODBC package for linux ARM system and used the binaries and libraries to configure QT with sql odbc library support. Configuration for QT went ok, but while doing 'gmake', I get the following error: 

/lib/libodbc.a(dlproc.o): In function `_iodbcdm_dllerror':
libiodbc-3.52.7/iodbc/dlproc.c:236: undefined reference to `dlerror'
lib/libodbc.a(dlproc.o): In function `_iodbcdm_dllclose':
libiodbc-3.52.7/iodbc/dlproc.c:225: undefined reference to `dlclose'
lib/libodbc.a(dlproc.o): In function `_iodbcdm_dllproc':
libiodbc-3.52.7/iodbc/dlproc.c:184: undefined reference to `dlsym'
lib/libodbc.a(dlproc.o): In function `_iodbcdm_dllopen':
libiodbc-3.52.7/iodbc/dlproc.c:169: undefined reference to `dlopen'
libiodbc-3.52.7/iodbc/dlproc.c:156: undefined reference to `dlopen'
collect2: ld returned 1 exit status
gmake[1]: *** [../../lib/libQtSql.so.4.6.1] Error 1

Can you please help me with the error . Should I add any dependencies to get the references ? 

thanks & regards
GIGIN 




Home | Main Index | Thread Index | Old Index