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 pretty
straight forward however I don't know how to correct it, any help
appreciated;

gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fno-i
mplicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H -I/lycra/homes/f
ike/bugz_src/mysql-3.23.49/include -DHAVE_RWLOCK_T -o mysqld sql_lex.o
item.o item_sum.o item_buff.o item_func.o item_cmpfunc.o item_strfunc.o
item_timefunc.o thr_malloc.o item_create.o field.o key.o sql_class.o
sql_list.o net_serv.o violite.o net_pkg.o lock.o my_lock.o sql_string.o
sql_manager.o sql_map.o mysqld.o password.o hash_filo.o hostname.o convert.o
sql_parse.o sql_yacc.o sql_base.o table.o sql_select.o sql_insert.o
sql_update.o sql_delete.o sql_do.o procedure.o item_uniq.o sql_test.o log.o
log_event.o init.o derror.o sql_acl.o unireg.o time.o opt_range.o opt_sum.o
opt_ft.o records.o filesort.o handler.o ha_heap.o ha_myisam.o ha_myisammrg.o
ha_berkeley.o ha_innobase.o ha_gemini.o ha_isam.o ha_isammrg.o sql_db.o
sql_table.o sql_rename.o sql_crypt.o sql_load.o mf_iocache.o field_conv.o
sql_show.o sql_udf.o sql_analyse.o sql_cache.o slave.o sql_repl.o
mini_client.o mini_client_errors.o md5.o stacktrace.o -static
../isam/libnisam.a ../merge/libmerge.a ../myisam/libmyisam.a
../myisammrg/libmyisammrg.a ../heap/libheap.a ../mysys/libmysys.a
../dbug/libdbug.a ../regex/libregex.a
../strings/libmystrings.a -ldl -lpthread -lthread -lz -lcrypt -lgen -lsocket
 -lnsl -lm -lpthread -lthread
ld: fatal: library -ldl: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lthread: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lthread: not found
ld: fatal: File processing errors. No output written to mysqld
collect2: ld returned 1 exit status
gmake[3]: *** [mysqld] Error 1
gmake[3]: Leaving directory `/lycra/homes/fike/bugz_src/mysql-3.23.49/sql'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/lycra/homes/fike/bugz_src/mysql-3.23.49/sql'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/lycra/homes/fike/bugz_src/mysql-3.23.49'
gmake: *** [all-recursive-am] Error 2



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 --enable-assembler --with-
mysqld-ldflags=-all-static

then gmake returns;

ld: fatal: library -ldl: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lthread: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lthread: not found

I can't seem to locate these library's.  So I tried using
he  --with-mit-threads and received new errors below;

In file included from include/pthread.h:69,
 from
/lycra/homes/fike/bugz_src/mysql-3.23.49/mit-pthreads/net/gethostbyaddr.c:40
:
include/pthread/pthread_attr.h:96: conflicting types for `pthread_attr_t'
/usr/include/sys/types.h:393: previous declaration of `pthread_attr_t'
In file included from
/lycra/homes/fike/bugz_src/mysql-3.23.49/mit-pthreads/net/gethostbyaddr.c:40
:
include/pthread.h:267: conflicting types for `pthread_t'
/usr/include/sys/types.h:349: previous declaration of `pthread_t'

Any help greatly apprectiated,

Don [EMAIL PROTECTED]



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php