duplicate regexec/regcomp functions detected

Ralf Habacker Ralf.Habacker@freenet.de
Sat Dec 29 16:40:00 GMT 2001


Ralf Habacker wrote
>The patch for creating libpthread.a is appended. It contains a script names "speclib" and an
additional rule >in the src/winsup/cygwin/Makefile.in.

I have recognized yet a little problem with the speclib script. I have checked this from the
cygwin build dir without any errors. If someone was in the winsup dir and does a make cygwin
or make, than some command in speclib does not found the input files. The problem is that ar
does not have an -o option for an output dir, so the hack to emulate that does not work.
Perhaps it is better to use the absolute path of the input library, but currently I have no
idea, how to solve this. :-(
Perhaps anyone else have an idea ?

speclib

...
cd $tmpdir
$ar x $PWD/$inlib $FILES
cd ..
...

Regards
Ralf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in.dif
Type: application/octet-stream
Size: 2668 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20011229/26b6a6ba/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speclib
Type: application/octet-stream
Size: 760 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20011229/26b6a6ba/attachment-0001.obj>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list