This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] libmudflap on NetBSD 1.6.1
- From: linus at alcom dot aland dot fi (Linus Sjöberg)
- To: gcc at gcc dot gnu dot org
- Date: 14 Aug 2003 13:21:34 +0300
- Subject: [tree-ssa] libmudflap on NetBSD 1.6.1
I have set up an old 486-box with NetBSD and it has spent the past few days
bootstrapping gcc. Today it stopped in libmudflap sicne it couldn't find the
requisite pthread.h.
I installed the package and tried compile the files manually (specifying
-I/usr/pkg/pthreads/include), however I can't find an option for
specifying this path to configure so that gmake finds the include/lib-files.
/LS