[rkward-users] Problem compiling: cannot find -lgfortran

ertugrulerata ertugrulerata at gmail.com
Wed May 30 08:04:00 UTC 2007


On Wednesday 30 May 2007 06:29:28 Germán Márquez Mejía wrote:
> Thank you very, very much.  That was the problem!
>
> The package in question is gcc-gfortran, but it's only in the
> Slackware-current repositories, not in the Slackware-11.0 ones.
>
> Now, I'm facing another problem: when runing rkward it gives a message
> about not finding the R library and then hangs.
>
> This is the output:
>
> kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8237348 ):
> KAccel object already contains an action name "window_close"
> *** attempt to put segment in horiz list twice
> *** attempt to put segment in horiz list twice
>
> R version 2.5.0 (2007-04-23)
> Copyright (C) 2007 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
>
> R es un software libre y viene sin GARANTIA ALGUNA.
> Usted puede redistribuirlo bajo ciertas circunstancias.
> Escriba 'license()' o 'licence()' para detalles de distribucion.
>
> R es un proyecto colaborativo con muchos contribuyentes.
> Escriba 'contributors()' para obtener más información y
> 'citation()' para saber cómo citar R o paquetes de R en publicaciones.
>
> Escriba 'demo()' para demostraciones, 'help()' para el sistema on-line
> de ayuda,
> o 'help.start()' para abrir el sistema de ayuda HTML con su navegador.
> Escriba 'q()' para salir de R.
>
> [Previously saved workspace restored]
>
> Command failed (other)
> failed command was: '.rk.set.reply (NULL)'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment (".GlobalEnv"),
> ".GlobalEnv", envlevel=-1, namespacename="")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:stats"), "package:stats", namespacename="stats")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:graphics"), "package:graphics", namespacename="graphics")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:grDevices"), "package:grDevices", namespacename="grDevices")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:utils"), "package:utils", namespacename="utils")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:datasets"), "package:datasets", namespacename="datasets")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment
> ("package:methods"), "package:methods", namespacename="methods")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment ("Autoloads"),
> "Autoloads", namespacename="")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment ("package:base"),
> "package:base", namespacename="base")'
> - error message was: '(null)'
> Assert failed at robjectlist.cpp - function getGlobalEnv line 296
> Assert failed at rkobjectlistview.cpp - function initialize line 150
> Command failed (other)
> failed command was: '.rk.get.structure (as.environment (".GlobalEnv"),
> ".GlobalEnv", envlevel=-1, namespacename="")'
> - error message was: '(null)'
> Command failed (other)
> failed command was: '.rk.get.installed.packages ()[[1]]'
> - error message was: '(null)'
> Terminado (killed)
>
> Any suggestions?
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> RKWard-users mailing list
> RKWard-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rkward-users

salut

man system pardus a meme probleme ; ici mon patch :


diff -Nuar rkward-0.4.7a.orig/configure rkward-0.4.7a/configure
--- rkward-0.4.7a.orig/configure        2007-05-07 14:10:22.000000000 +0300
+++ rkward-0.4.7a/configure     2007-05-07 17:02:04.000000000 +0300
@@ -31217,7 +31217,7 @@
 if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
    { echo "$as_me:$LINENO: result: yes $R_HOMEDIR/lib/libRlapack.so exists" 
>&5
 echo "${ECHO_T}yes $R_HOMEDIR/lib/libRlapack.so exists" >&6; }
-   R_LAPACK_FLAG="-lRlapack -lgfortran"
+   R_LAPACK_FLAG="-lRlapack"
 else
    { echo "$as_me:$LINENO: result: no $R_HOMEDIR/lib/libRlapack.so does not 
exist" >&5
 echo "${ECHO_T}no $R_HOMEDIR/lib/libRlapack.so does not exist" >&6; }

 




More information about the Rkward-users mailing list