Libtool problems with Kaffe B4 and Cygnus WIN32
Alexandre Oliva
oliva at dcc.unicamp.br
Tue Apr 27 03:50:00 PDT 1999
On Apr 26, 1999, Pavel Roskin <pavel_roskin at geocities.com> wrote:
>> It falls down for me when it tries to load the sysv shm and ipc
>> headers (sys/shm.h and sys/ipc.h) which don't exist on vanilla
>> cygwin =(O|
> Patch attached.
Thanks. I installed a slightly modified version of it:
> AC_CHECK_LIBRARY(Xext,XShmQueryExtension,X_PRE_LIBS)
This will define HAVE_LIBXEXT if it finds the function, so we don't
need this:
> + if test x"$ac_cv_lib_Xext_XShmQueryExtension" = x"yes"; then
> + AC_DEFINE(HAVE_SHM, 1, [Define to support X shared memory extension])
> + fi
after replacing HAVE_SHM with HAVE_LIBXEXT in the rest of your patch.
--
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists
More information about the kaffe
mailing list