Bill schrieb:
>> Try moving `-lz' to the beginning of the link line (before
>> `-lmysqlclient' as
>> zlib is a dependency, AFAIK).
[...]
> my_compress.c: undefined reference to `_uncompress'
> Still no joy >:O
Looks better with libz.a at the end like in your previous mail, or
did you removed e
> Try moving `-lz' to the beginning of the link line (before
> `-lmysqlclient' as
> zlib is a dependency, AFAIK).
>
gcc -I/usr/local/mysql/include/mysql -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED
`./apaci`\
-o httpd buildmark.o modules.o modules/standard/libstandard.a
modules/auth_mysql/lib
2 matches
Mail list logo