From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA01022; Mon, 15 Oct 2001 11:44:06 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA01057 for ; Mon, 15 Oct 2001 11:44:05 +0200 (MET DST) Received: from web12301.mail.yahoo.com (web12301.mail.yahoo.com [216.136.173.99]) by concorde.inria.fr (8.11.1/8.10.0) with SMTP id f9F9i4v29964 for ; Mon, 15 Oct 2001 11:44:04 +0200 (MET DST) Message-ID: <20011015094403.74166.qmail@web12301.mail.yahoo.com> Received: from [193.115.72.228] by web12301.mail.yahoo.com via HTTP; Mon, 15 Oct 2001 02:44:03 PDT Date: Mon, 15 Oct 2001 02:44:03 -0700 (PDT) From: Andrew Lawson Reply-To: andrew@absentis.com Subject: [Caml-list] Building cvs with cygwin To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi all I've decided to try and install the cygwin port of ocaml so I've downloaded the latest cvs sources. I also made sure that the cygwin tcl/tk package was installed. As per instructions I did a simple ./configure. Now, at the end of this there was one problem; 'tk.h not found' even though 'tcl.h version 8.0 found'. So I did a quick find on 'tk*' ; /lib/tkConfig.sh /usr/include/tk.h /usr/share/tk8.0 /usr/share/tk8.0/tk.tcl /usr/share/tk8.0/tkAppInit.c /usr/share/tk8.0/tkfbox.tcl /usr/share/tk8.0/tkfboxTest.tcl I've also included the config/Makefile ; # generated by ./configure PREFIX=/usr/local BINDIR=$(PREFIX)/bin LIBDIR=$(PREFIX)/lib/ocaml MANDIR=$(PREFIX)/man/man1 MANEXT=1 RANLIB=ranlib RANLIBCMD=ranlib SHARPBANGSCRIPTS=false BIGNUM_ARCH=C BYTECC=gcc BYTECCCOMPOPTS=-fno-defer-pop -Wall -Wno-unused -U_WIN32 BYTECCLINKOPTS= BYTECCLIBS= -lm -lcurses BYTECCRPATH= EXE=.exe SUPPORTS_SHARED_LIBRARIES=false SHAREDCCCOMPOPTS= MKSHAREDLIB= SHAREDLDTYPE=cc ARCH=i386 MODEL=default SYSTEM=cygwin NATIVECC=gcc NATIVECCCOMPOPTS=-Wall -Wno-unused -U_WIN32 NATIVECCLINKOPTS= NATIVECCRPATH= NATIVECCLIBS= -lm ASFLAGS= ASPP=gcc ASPPFLAGS=-c -DSYS_$(SYSTEM) ASPPPROFFLAGS=-DPROFILING PROFILING=noprof DYNLINKOPTS= OTHERLIBRARIES=unix str num dynlink bigarray threads DEBUGGER=ocamldebugger Finally I did a 'make world' and it went for a while, finally crashing out on; gcc: No input files c:camllib: not found c:camllib: not found Error while building custom runtime system make[1]: *** [ocamldebug.exe] Error 2 make: *** [ocamldebugger] Error2 This looks like a path problem to me but I'm not too hot with these things. Has anyone got any advice on how to sort this?, I'll happily post more info if required. thanks Andrew ===== Andrew Lawson andrew@absentis.com www.absentis.com __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr