Date: Mon, 23 Jun 2003 15:57:03 -0400 From: Alan Schmitt To: LablGTK mailing list Subject: Re: compilation problem Message-ID: <20030623195703.GL2242 at alan-schm1p> Mail-Followup-To: LablGTK mailing list References: <20030623194720.GJ2242 at alan-schm1p> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030623194720.GJ2242 at alan-schm1p> * Alan Schmitt (alan.schmitt at polytechnique.org) wrote: > Hi, > > I upgraded to ocaml cvs and lablgtk compilation now fails: > schmitta at alan-schm1p:/usr/src/ocaml/lablgtk> make > cd src && make all > make[1]: Entering directory `/usr/src/ocaml/lablgtk/src' > ocamlmktop -I /usr/local/lib/ocaml/lablGL -thread -o lablgtktop_t unix.cma threads.cma unix.cma str.cma lablgl.cma \ > -I . lablgtk.cma lablgtkgl.cma lablgnome.cma lablglade.cma gtkThread.cmo gtkInit.cmo gtkThInit.cmo > Error while linking /usr/local/lib/ocaml/threads/stdlib.cma(Random): > Reference to undefined global `Int32' > make[1]: *** [lablgtktop_t] Error 2 > make[1]: Leaving directory `/usr/src/ocaml/lablgtk/src' > make: *** [all] Error 2 In fact this occurs with any program that I try to link with threads and ocamlmktop, so the issue is not lablgtk ;-) Alan -- The hacker: someone who figured things out and made something cool happen.