[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to compile with a lot of options with gplc ???
From: |
Jean Michel LECONTE |
Subject: |
How to compile with a lot of options with gplc ??? |
Date: |
Sat, 29 Sep 2001 15:48:55 +0200 |
I need to compile a two files together. One written in C and the other one in
Prolog
To compile my file1.c i use
gcc like this :
gcc -Wall -g file1.c -o file1 `gtk-config --cflags` `gtk-config --libs`
how to compile it with a prolog file with gplc ?
Thanks,
Jean Michel LECONTE