This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: can't for daemon problem with gcc/gcj compiled program
- From: Tom Tromey <tromey at redhat dot com>
- To: "Knight, Lloyd" <Lloyd dot Knight at adc dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 10 Apr 2007 11:14:57 -0600
- Subject: Re: can't for daemon problem with gcc/gcj compiled program
- References: <51D9164BCD83B8419473392DB260487604DCAC8F@mn01exch02.adc.com>
- Reply-to: tromey at redhat dot com
>>>>> "Lloyd" == Knight, Lloyd <Lloyd.Knight@adc.com> writes:
Lloyd> i have compiled/installed gcc3.4.6 in order to compile the gpl
Lloyd> software, pdftk1.4 on solaris8.
GCC 3.4.6 is rather old. Why not use a newer version?
Lloyd> [4] GC_thr_init(0x9eacc4, 0x9eae04, 0x0, 0xffbef628, 0x0, 0x917284),
Lloyd> at 0x5dbd90
You could try 'make check' in the GC build directory. That is a basic
GC smoke test.
But even if it fails there's really nothing we can do to help you.
3.4.x is closed. We've done GC imports since then, so upgrading might
help. (I am not a Solaris user so I can't say for certain.)
Tom