Menu

Install

Help
2002-02-05
2002-02-08
  • Luigi Paioro

    Luigi Paioro - 2002-02-05

    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

     
    • Parand Tony Darugar

      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

       
    • Luigi Paioro

      Luigi Paioro - 2002-02-08

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.