Could you send more details, such as the version
of the code, the operating system, etc? I haven't
seen a core dump on ld before. ld is failing to
run in a big way, which makes me think maybe you
need a new version of it, or something like that.
Best,
Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the version is the last: tcl-sql-20000114.tgz. My OS is a SuSE Linux... I've noted that the sql.red-hat.so library is compatible, so I use it now and it works well.
Thaks anyway.
Luigi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
I have some troubles compiling the code. This is my prompt:
/.../tcl-sql 52 > make clean
Cleaned
/.../tcl-sql 53 > make
g++ -c -I/usr/local/include -I/.../mysql/.../include -fPIC -Wall -o obj/sql-mysql.o sql-mysql.cc
g++ -c -I/usr/local/include -I/.../mysql/.../include -fPIC -Wall -o obj/sql.o sql.cc
g++ -c -I/usr/local/include -I/.../mysql/.../include -fPIC -Wall -o obj/sql-manager.o sql-manager.cc
g++ obj/sql-mysql.o obj/sql.o obj/sql-manager.o -L/.../mysql/.../lib -L/usr/lib -lmysqlclient -shared -lgcc -o sql.so
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make: *** [sql.so] Error 1
/.../tcl-sql 54 >
I've done some simplifications.
Could you help me?
Thanks.
Luigi
Dear Luigi,
Could you send more details, such as the version
of the code, the operating system, etc? I haven't
seen a core dump on ld before. ld is failing to
run in a big way, which makes me think maybe you
need a new version of it, or something like that.
Best,
Tony
Hi Tony,
the version is the last: tcl-sql-20000114.tgz. My OS is a SuSE Linux... I've noted that the sql.red-hat.so library is compatible, so I use it now and it works well.
Thaks anyway.
Luigi