This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj fail to build on Mac OSX
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Per Bothner <per at bothner dot com>, <java at gcc dot gnu dot org>
- Date: Wed, 10 Sep 2003 08:49:30 -0400 (EDT)
- Subject: Re: libgcj fail to build on Mac OSX
On Wed, 10 Sep 2003, Andreas Tobler wrote:
> > /Users/bothner/GNU/gcc.head/libjava/gnu/gcj/runtime/natSharedLibLoader.cc:21:19:
> > dlfcn.h: No such file or directory
>
> You need this package installed:
>
> http://www.opendarwin.org/projects/dlcompat/
Surely it'd be better to have an autoconf test for dlfcn.h? Otherwise
many Darwin users are bound to be surprised as Per was.
Jeff