dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]Testing pnet under cygwin, dotgnu lib


From: James Michael DuPont
Subject: [DotGNU]Testing pnet under cygwin, dotgnu lib
Date: Mon, 21 Oct 2002 03:26:37 -0700 (PDT)

Dear Dotgnuers,

I have built pnet under cygwin, here are the commands to do that.
For those interested I have made the binaries available
after a install prefix=/tmp/pnet they are packaged up and ready for
testing/installation.
Here are the commands to get and build, I will turn this into a daily
build with your help.

# for the pnet
cvs -d:pserver:address@hidden:/cvsroot/dotgnu-pnet login
cvs -z3 -d:pserver:address@hidden:/cvsroot/dotgnu-pnet co
.

#Build the following trecc,pnet,pnetlib,pnetC,cscctest
cd treecc
./auto_gen.sh ; ./configure; make; make install; make install
prefix=/tmp/pnet
cd ../pnet
./auto_gen.sh ; ./configure; make; make install; make install
prefix=/tmp/pnet
cd ../pnetlib
./auto_gen.sh ; ./configure; make; make install; make install
prefix=/tmp/pnet
cd ../pnetC
./auto_gen.sh ; ./configure; make; make install; make install
prefix=/tmp/pnet
cd ../cscctest
./auto_gen.sh ; ./configure; make; make install; make install
prefix=/tmp/pnet
I think the cscctest is 

Warning : this is 10mb TAR BZIP, the name is wrong. Sorry.
#get it
wget  introspector.sf.net/dotgnu/pnet_cygwin.tgz
#unpack
tar -xjf pnet_cygwin.tgz

I am uploading this right now, give it a minute or two.

Now the dotgnu-libs need some instructions on how to build,
can you please provide me with some guidelines?
The dotgnu-base has an autoconf, so I will try that first.

/cygdrive/c/development/pnet/dotgnu-base
$ ./auto_gen.sh ; ./configure; make; 
---------------
aclocal: couldn't open directory `m4': No such file or directory
configure.in:5: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:5: old Automake version.  You should recreate aclocal.m4
configure.in:5: with aclocal and run automake again.
automake: cannot open < m4/make/pnet_library.am: No such file or
directory
 at /usr/autotool/devel/bin/automake line 7022
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for csant...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/csant/csa
nt
checking for cscc...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/cscc/cscc
checking for csdoc...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/cscc/csdo
c
checking for resgen...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/resgen/r
esgen
checking for csdoc2html...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/csdo
c/csdoc2html
checking for ilrun...
/cygdrive/c/development/pnet/dotgnu-base/../pnet/engine/il
run
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for the correct int mapping... int
checking for the correct long mapping... int
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
make: *** No targets specified and no makefile found.  Stop.
----------------------------------------

Mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


reply via email to

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