Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems when compiling on linux

Status
Not open for further replies.

huskers

Programmer
Jan 29, 2002
75
US
I am trying to build a shared object for database connectivity (C extension for Tcl). I am getting the following errors:

/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function `_start':
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18): undefined reference to `main'
/tmp/cczkd4Kf.o: In function `tcl_sql_usage':
/home/db2tcl/tclsql.c:73: undefined reference to `Tcl_AppendResult'

Can anyone throw somelight on what these errors mean...this code compiled good on AIX.

Also just wanted to know if anyone has compiled dbsql (tcl interface for database connectivity written in C) available at on a linux box.


thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top