Re: libltdl fix

2000-09-04 Thread Alexandre Oliva
On Sep 4, 2000, Patrick Tullmann <[EMAIL PROTECTED]> wrote: > Let me know if you would like me to check patch this into the Kaffe > CVS. Please go ahead. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat

Re: libltdl fix

2000-09-04 Thread Patrick Tullmann
Alexandre Oliva wrote: > On Sep 1, 2000, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > > I think the right fix is to arrange for all references to shlib_ext to > > be enclosed in #ifdef LTDL_SHLIB_EXT/#endif. > > Please try this patch: [patch deleted.] Thanks Alexandre! This works for

Re: libltdl fix

2000-09-03 Thread Alexandre Oliva
On Sep 1, 2000, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Sep 1, 2000, Patrick Tullmann <[EMAIL PROTECTED]> wrote: >> I think something isn't quite right in the shared-library detection >> code in configure. (Quite possible when cross-compiling to the >> OSKit.) But, this patch at leas

Re: libltdl fix

2000-09-01 Thread Alexandre Oliva
On Sep 1, 2000, Patrick Tullmann <[EMAIL PROTECTED]> wrote: > I think something isn't quite right in the shared-library detection > code in configure. (Quite possible when cross-compiling to the > OSKit.) But, this patch at least lets my build complete... > Any objections? I think the right