Hi,
I have done a "make" in the src/pcre directory, which gives me
the following error:
rm -f libpcre.la
./libtool gcc -version-info '0:1:0' -o libpcre.la -rpath /usr/local/hypermail/lib maketables.lo get.lo study.lo pcre.lo
rm -fr .libs/libpcre.la .libs/libpcre.* .libs/libpcre.*
- Warning: This library needs some functionality provided by -lc.
- I have the capability to make that library automatically link in when
- you link to this library. But I can only do this if you have a
- shared version of the library, which you do not appear to have.
- The inter-library dependencies that have been dropped here will be
- automatically added whenever a program is linked with this library
- or is declared to -dlopen it.
gcc -shared maketables.lo get.lo study.lo pcre.lo -Wl,-soname -Wl,libpcre.so.0 -o .libs/libpcre.so.0
ld: warning: option -o appears more than once, first setting taken
ld: fatal: file libpcre.so.0: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to .libs/libpcre.so.0
collect2: ld returned 1 exit status
make: *** [libpcre.la] Error 1
Where is the file libpcre.so.0 supposed to be ?
How can I fix this ? :-)
Thanks for the help.
Regards,
Emre
--
Emre Bastuz Tel: 0221 2222 204
NetCologne GmbH Fax: 0221 2222 620
http://www.netcologne.de
Received on Thu 16 Aug 2001 01:23:34 PM GMT