users-prolog
[Top][All Lists]
Advanced

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

obj_begin.o


From: Sean O'Connor
Subject: obj_begin.o
Date: Mon, 30 Jul 2001 12:52:58 -0600

I am trying to compile some of the example prolog files that come 
with gprolog version 1.2.1 using Cygwin on NT.  gplc complains 
that it cannot find the file obj_begin.o no matter where I put this file. 
 When I use the -v switch with gplc I see the following output.

$ make
gplc --fast-math --min-size -v -o boyer boyer.pl
Prolog compiler (GNU Prolog) 1.2.1
By Daniel Diaz
Copyright (C) 1999,2000 Daniel Diaz
GNU Prolog comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Prolog
under the terms of the GNU General Public License.
For more information about these matters, see the files named 
COPYING.

Path used: /cygdrive/d/prog_tools/gprolog

*** Compiling

--- file: boyer.pl
pl2wam --fast-math -o /tmp/gplc6109018a.0.wam boyer.pl
wam2ma -o /tmp/gplc6109018a.1.ma /tmp/gplc6109018a.0.wam
delete /tmp/gplc6109018a.0.wam
ma2asm -o /tmp/gplc6109018a.2.s /tmp/gplc6109018a.1.ma
delete /tmp/gplc6109018a.1.ma
as -o /tmp/gplc6109018a.3.o /tmp/gplc6109018a.2.s
delete /tmp/gplc6109018a.2.s

*** Linking

cannot locate file obj_begin.o
deleting temporary files before exit
delete /tmp/gplc6109018a.3.o
delete /tmp/gplc6109018a.3.o
make: *** [boyer] Error 1


I have tried putting the file obj_begin.o in all sorts of places (in the 
path, in the tmp directory, in the current directory, in the gprolog 
directory).  All failed.  Can anyone help with this.  Thank you.

Sean O'Connor



reply via email to

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