
Sat, 10/17/2009 - 02:49
Forums:
after having done aclocal; automake; autoconf I try "./configure $flags --prefix=/opt/OpenCASCADE6.3.0" with $flags as defined in "$CASROOT/doc/Overview/index.htm" but I get the following errors:
checking pthread.h usability... no
checking pthread.h presence... no
checking for pthread.h... no
configure: error: Posix threads required
However, glibc-headers (containing /usr/include/pthread.h) is installed. So as glibc-devel.
My OS is Fedora 11.
Sat, 10/17/2009 - 12:20
Hi, please put your config.log available somewhere on the net, this file should contain useful informations to diagnose your problem.
Fri, 10/23/2009 - 00:47
Hi Denis,
thanks for replying!
My config.log can be found on
http://www-user.tu-chemnitz.de/~ecga/occ/config.log
Fri, 10/23/2009 - 11:21
You have no C++ compiler, install g++ and update your config.log if you still have trouble
Sat, 10/24/2009 - 18:00
Oh, I feel ashame. First, I didn't really read config.log and second, I thought gcc is actually a c++ compiler.
Thank you for the help. Now, I manage to run ./configure. I still have a problem with make but this time I'll take more time to solve the problem by myself.