printing exceptions?
Tom Tromey
tromey@redhat.com
Fri Mar 15 11:43:00 GMT 2002
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
>> libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
>> $(GCLIBS) $(ZLIBS) \
Alexandre> Do we need any configure option to get THREADLIBS set? Why
Alexandre> isn't it enabled by default? Since GCC moved to enabling
Alexandre> threads by default, I think it would be reasonable for
Alexandre> libjava to do so too, no?
We get the thread model by asking gcc:
THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
We use that to compute what we need.
Tom
More information about the Java
mailing list