This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: 3.4 PATCH: Fix libltdl compilation failure on Tru64 UNIX
- From: Tom Tromey <tromey at redhat dot com>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: java-patches at gcc dot gnu dot org, Roger Sayle <roger at eyesopen dot com>
- Date: 01 Aug 2003 16:25:10 -0600
- Subject: Re: 3.4 PATCH: Fix libltdl compilation failure on Tru64 UNIX
- References: <16170.58881.201257.209443@xayide.TechFak.Uni-Bielefeld.DE>
- Reply-to: tromey at redhat dot com
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> This is due to the following problem: boehm-gc sets INCLUDES
Rainer> to -I .../boehm-gc/include -pthread on Tru64 UNIX, but only
Rainer> saves $DEFS in boehm-cflags.
Rainer> Both libjava/configure.in and libjava/libltdl/configure.in
Rainer> construct the -I part themselves, thus missing the -pthread.
Rainer> - GCINCS='-I$(top_srcdir)/../boehm-gc/include'
I'm not so sure about this part of the patch.
Did you configure with an absolute srcdir or a relative one? If
relative, does the absolute srcdir somehow end up in the boehm-cflags
file? If absolute, could you try the relative case?
That's the only potential problem I could see. If there are no
problems here, then the patch is fine. Please send a copy to Hans for
possible inclusion upstream.
Tom