[rkward-users] [rkward - Help] RE: Compiling Rkward on Kubuntu Gutsy

SourceForge.net noreply at sourceforge.net
Sun Dec 2 17:49:23 UTC 2007


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4654638
By: kapatp

Hi f_bresson,

> /usr/bin/ld: cannot find -lgfortran 
> collect2: ld returned 1 exit status

This is the classic issue with gcc and g++. Try 'gcc -v'. This should show 4.1.3
as the version. If so, then we can fix it easily. Install gcc 4.2 by 'aptitude
install gcc-4.2'.
Then before configuring do the following..

$ export CC=/usr/bin/gcc-4.2; export C++=/usr/bin/g++-4.2
$ ./configure # add your usual options, if any

HTH,
Regards
PK

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list