copper_v1_4_1.tar.gz
First, you will have to add
#include "pthread.h"
before #include "objects.h" in gui.h
This is gtk 1.2.8
gnome-libs 1.2.4
Oracle 8.1.7
I did "autoconf", then
./configure --with-oracle=/datenbank/oracle/OraHome1
--disable-mysq
It compiles but does not link (see attachement)
Is there any use of autoconf if it does not improve
portability?
compile log
Logged In: YES
user_id=73677
compile log now attached
Logged In: YES
user_id=264806
It seems to me that your libraries are not in the path or in
LD_LIBRARY_PATH. I'll try to fix this. You could take a look
at the configure.in file to see if you can fix this.
Thanks!
--Gabor