make err: ld: fatal: library -ldl: not found?

2002-06-18 Thread Don
This is my configure line; setenv CFLAGS -O3 setenv CXX gcc setenv CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti ./configure --prefix=/lycra/homes/fike/bugz/mysql --enable-assembler --with- mysqld-ldflags=-all-static Then I run gmake and the following error is reported. It seems

make err: ld: fatal: library -ldl: not found

2002-06-18 Thread Don
I am having troubles running 'make' with mysql-3.23.49 on; SunOS 5.8 Generic_108528-12 sun4u sparc my configure looks something like this; setenv CFLAGS -O3 setenv CXX gcc setenv CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti ./configure --prefix=/lycra/homes/fike/bugz/mysql