Joerg Behrens wrote:
> 
> > There is "-lpthread" among others, however not in expected place.
> > -lpthread should be in the end:
> >
> > gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogocvs/etc\"
> > -DUDM_VAR_DIR=\"/usr/local/mnogocvs/var\" -o search.cgi search.o
> > search_tl.o .libs/libudmsearch.a -L/usr/local/mysql/lib/mysql
> > -lmysqlclient -lm -lz -static -L/usr/local/mysql/lib/mysql -lmysqlclient
> > -lm -lz -lpthread
> 
> I`ll recieve the same error with when using this.
> smp:/home/beh/source/mnogosearch/src #
> gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/mnogocvs/etc\" -DUDM_VAR_DIR=\"/usr/l
> ocal/mnogocvs/var\" -o search.cgi search.o search_tl.o
> .libs/libudmsearch.a -L/usr/local/mysql/lib/mysql -lmysqlclient -lm -lz -sta
> tic -L/usr/local/mysql/lib/mysql -lmysqlclient -lm -lz -lpthread
> .libs/libudmsearch.a(parser.o): In function `parse_file':
> /home/beh/source/mnogosearch/src/parser.c:258: the use of `tmpnam' is
> dangerous, better use `mkstemp'


It is not error, it's just warning.
search.cgi should be created.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to