dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

READ FIRST (was Re: [DotGNU]pnet build fix?)


From: S11001001
Subject: READ FIRST (was Re: [DotGNU]pnet build fix?)
Date: Sun, 31 Mar 2002 01:28:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.9+) Gecko/20020326

Sorry.

1. delete pnet/libffi first

$ cd (PNET_DIR)
$ rm -r libffi
/* now do the ln -s thing */

also, use this patch instead (attached). You must redo auto_gen.sh.

This is really a mess, I know, but I'm tired and under pressure.

--
> What does ELF stand for (in respect to Linux?)
ELF is the first rock group that Ronnie James Dio performed with back in
the early 1970's.  In constrast, a.out is a misspelling  of the French word
for the month of August.  What the two have in common is beyond me, but
Linux users seem to use the two words together.
        -- seen on c.o.l.misc
# Patch created by sirian
# Date: Sun Mar 31 01:23:32 CST 2002
# Repository: pnet
# Comments:
# quick hack
#### End of Preamble ####

#### Patch data follows ####
Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/Makefile.am,v
retrieving revision 1.8
diff -u -3 -p -c -r1.8 Makefile.am
*** Makefile.am 24 Nov 2001 05:10:19 -0000      1.8
--- Makefile.am 31 Mar 2002 07:21:00 -0000
***************
*** 1,3 ****
! SUBDIRS = libffi libgc include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilfind ildiff codegen cscc resgen 
ildb \
                  csdoc csant samples doc tests
--- 1,3 ----
! SUBDIRS = libgc include support image dumpasm engine ilasm ildasm \
                  ilalink ilsize ilnative ilfind ildiff codegen cscc resgen 
ildb \
                  csdoc csant samples doc tests
Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.39
diff -u -3 -p -c -r1.39 configure.in
*** configure.in        27 Mar 2002 05:36:46 -0000      1.39
--- configure.in        31 Mar 2002 07:21:05 -0000
*************** AC_CHECK_FUNCS(acos asin atan atan2 ceil
*** 134,141 ****
  AC_CHECK_FUNCS(log log10 pow rint sin sinh sqrt tan tanh)
  AC_FUNC_ALLOCA
  
! dnl Configure libffi and libgc
! AC_CONFIG_SUBDIRS(libffi libgc)
  
  dnl Add the thread libraries to the end of the link line.
  LIBS="$LIBS $THREADLIBS"
--- 134,141 ----
  AC_CHECK_FUNCS(log log10 pow rint sin sinh sqrt tan tanh)
  AC_FUNC_ALLOCA
  
! dnl Configure libgc
! AC_CONFIG_SUBDIRS(libgc)
  
  dnl Add the thread libraries to the end of the link line.
  LIBS="$LIBS $THREADLIBS"
Index: engine/pinvoke.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/pinvoke.c,v
retrieving revision 1.5
diff -u -3 -p -c -r1.5 pinvoke.c
*** engine/pinvoke.c    22 Jan 2002 00:54:42 -0000      1.5
--- engine/pinvoke.c    31 Mar 2002 07:21:11 -0000
***************
*** 20,26 ****
  
  #include "engine.h"
  #include "ffi.h"
- #include "ffi_private.h"
  
  /*
   * The hard work is done using "libffi", which is a generic library
--- 20,25 ----
#### End of Patch data ####

reply via email to

[Prev in Thread] Current Thread [Next in Thread]