[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with smsd and mysql
From: |
Jan Derfinak |
Subject: |
Re: Problem with smsd and mysql |
Date: |
Thu, 19 Aug 2004 23:38:57 +0200 (CEST) |
On Thu, 19 Aug 2004 address@hidden wrote:
Hello
> /bin/sh ../libtool --mode=link gcc -o libmysql.la mysql.lo \
> -L/usr/lib -lglib /usr/local/mysql/lib/mysql \
> -export-dynamic -avoid-version -rpath /usr/local/lib/smsd
> gcc -shared .libs/mysql.o -L/usr/lib /usr/lib/libglib.so -Wl,-soname
> -Wl,libmysql.so -o .libs/libmysql.so
> ar cru .libs/libmysql.a mysql.o
> ranlib .libs/libmysql.a
> creating libmysql.la
> (cd .libs && rm -f libmysql.la && ln -s ../libmysql.la libmysql.la)
There isn't option for linking with mysql. Please, show me output of
"mysql_config --libs" command.
Do you have this command in Makefile?
jan
--