9 Feb
2017
9 Feb
'17
11:05 p.m.
On 02/09/2017 10:56 PM, Tania Robens wrote:
./configure --prefix=/home/trobens/programs/ginac/install CLN_CFLAGS=-I$CLN/include/cln/ CLN_LIBS=-L$CLN/lib/ CPPFLAGS=-I$CLN/include/ LDFLAGS=-L$CLN/lib/ LIBS=-lcln
Ah, -I$CLN/include/cln/ makes it pick up the files in that directory! But the CLN headers should always be included a la <cln/cln.h>, never as <cln.h>. And, as Mario Prausa suggested, there is a conflict between std <string.h> and <cln/string.h>. -richy. -- Richard B. Kreckel <http://in.terlu.de/~kreckel/>