Displaying 1 result from an estimated 1 matches for "fine_program".
Did you mean:
find_program
2001 Jul 29
1
Compiling R (1.3.0) on AIX (4.3) fails (PR#1034)
...no special path needed'
This has nothing to do with R proper but this bug which is either in AIX or
the local installation of X shows up during the compilation of R. Anyhow,
this line is plain stupid since when passed on to the compiler _comments
out_ the rest of the line! (Think about:
gcc fine_program.c #no special path needed -lX11 -Xm
) The fix is to use "TK_XINCLUDES=''" in tkConfig.sh
Again, I know this is not a problem with R but I'm adding it here for people
to find if they use the mailing list archive.
After these changes R compiles (producing warnings about duplic...