bug-prolog
[Top][All Lists]
Advanced

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

GNU Prolog compiler problem: the order of input files


From: Dinghao Wu
Subject: GNU Prolog compiler problem: the order of input files
Date: Mon, 21 Oct 2002 23:53:32 -0400 (EDT)

Dear All,

I've encountered the following problem with Gnu Prolog today:

Compile with Gnu Prolog compiler gplc as follow:
    gplc -o foo a.pl b.pl c.pl d.pl e.pl f.pl g.pl

the compiler does not compile the input files in the order that I give. It
will pick say e.pl and compile it first, then it fails because c.pl has a
use of an op which is declared in a.pl. seems very strange! Any thoughts
about this?

Sincerely,
Dinghao





reply via email to

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