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
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
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
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
4 matches
Mail list logo