Missing /usr/lib/libcurl.la in libcurl-devel-7.27.0-1

2012-09-15 Thread Johan De Taeye
De Taeye Detailed error of my package: make[3]: Entering directory `/cygdrive/c/temp/code/src/utils' /bin/sh ../../libtool --tag=CXX--mode=link g++ -O3 -s -g -O2 -Wl,--enable-auto-import -o libutils.la pythonutils.lo date.lo xmlparser.lo actions.lo library.lo name.lo -lpthread -lpyth

Re: xerces-c-3.0.1 linking problem

2010-02-28 Thread Johan De Taeye
Manually updating the .la file with the correct g++ release number (which is also what the script does) did the trick. Thanks! Johan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscr

xerces-c-3.0.1 linking problem

2010-02-27 Thread Johan De Taeye
Hi, My application uses the xerces-c-3.0.1 library. When linking to the library (with libtool), I am getting the following error message: /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -s -g -O2 -Wl,--enable-auto-import -o libmylib.la mycode.lo -lxerces-c /usr/bin/grep: /usr/lib/gcc/i686

Scalability problem with Pthread Read/Write Locks

2005-10-23 Thread Johan De Taeye
My multi-threaded application is creating a lot of pthread_rwlock objects to protect access to my objects. I am noticing that this doesn't scale up well. As the number of active objects being created/changed/deleted increases into the thousands, the runtime performance degrades very badly. When i