From: Arjen M. <arj...@wl...> - 2008-03-21 18:59:10
|
> Alan, > > Thanks! I only have $prefix/share/plplot$version/examples/tcl/ so I test > according to your second suggestion. I copied the makefile and xtk04.c to > a > local folder. Then I got the following error message for missing litcl3.2. > itcl 3.2.1.4 was installed. > > debian:~/test$ make > /usr/bin/gcc xtk01.c -o xtk01 `PKG_CONFIG_PATH=/usr/lib/pkgconfig > pkg-config -- > cflags --libs > plplotd-tcl` > xtk01.c: In function 'main': > xtk01.c:42: warning: passing argument 2 of 'pltkMain' from incompatible > poin > ter type > /usr/bin/ld: cannot find -litcl3.2 > collect2: ld returned 1 exit status > make: *** [xtk01] Error 1 > Hm, that suggests that you should pkgconfig to find Itcl as well. Regards, Arjen |