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.
thanks in advance
/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.
thanks in advance