r***@gmail.com
2005-12-28 11:38:35 UTC
I compile BerkeleyDB 4.4.16 with SCO OSR5.0.5 Development Kit, and
install it to /usr/local/db4.
when I compile my application with cc and CFLAGS = -L/usr/local/db4/lib
-ldb,
it said i386ld fatal: Symbol referencing errors. for
undefined
symbol
db_create
db_strerror
...
So I change gcc 2.95.2 to compile, and it's succeed!
why cc can't build ? what difference between gcc and cc?
thanks a lot!
install it to /usr/local/db4.
when I compile my application with cc and CFLAGS = -L/usr/local/db4/lib
-ldb,
it said i386ld fatal: Symbol referencing errors. for
undefined
symbol
db_create
db_strerror
...
So I change gcc 2.95.2 to compile, and it's succeed!
why cc can't build ? what difference between gcc and cc?
thanks a lot!