This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dylibs for libtools and friends?


>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:

Andreas> how do I make dylibs (darwin shared libraries) known to
Andreas> libtools and friends in libgcj/libltdl?

I'm not so sure about libltdl.  I haven't spent very much time looking
at it.  One thing to do would be to check the upstream libtool to see
if the support is already there.  If not, I suggest doing your port
there first.

In libgcj, the platform header defines the library prefix and suffix.
For Darwin you'd want to conditionally define this in include/posix.h.

Andreas> Also I wonder how many dependencies we have from toplevel
Andreas> libtool files?

I don't know what you mean.

Andreas> Are there any plans to update libtool files in libgcj to
Andreas> match the latest dylib checks?

Nobody is working on it.  If you want to give it a try, that would be
great.  I don't know of a reason not to do it.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]