O que está faltando?

Bom dia a todos, resolvi seguir hoje cedo a dica postada pelo professor Paulo Justiniano em http://www.leg.ufpr.br/doku.php/dicas:r-compila contudo, ao executar o script, notei que algo estranho estava acontecendo, pois o R não instalava. resolvi então abrir o script e executar passo a passo cada item contido nele. Basicamente, o que ele faz é: 1. apt-get para pegar todas as dependências faltantes (parece que está funcionando, não apresentou erro) 2. checkout no R-devel direto do cran usando svn (está funcionando, baixou corretamente) 3. rsync nos pacotes fonte do r-recommended (também funcionou corretamente) 4. configure, adaptando o R (com os parâmetros --with-tcltk --enable-R-shlib --with-recommended-packages --with-valgrind-instrumentation --enable-memory-profiling --with-system-bzlib --with-rgl --with-blas --with-lapack --enable-R-static-lib --enable-BLAS-shlib) 5. make Bem, ao chegar nesta etapa, aparece a seguinte sequência: gcc -std=gnu99 -Wl,--export-dynamic -fopenmp -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR -lRblas ../../lib/libR.so: undefined reference to `drot_' ../../lib/libR.so: undefined reference to `drotg_' ../../lib/libR.so: undefined reference to `dswap_' ../../lib/libR.so: undefined reference to `dgemm_' ../../lib/libR.so: undefined reference to `dnrm2_' ../../lib/libR.so: undefined reference to `dscal_' ../../lib/libR.so: undefined reference to `zgemm_' ../../lib/libR.so: undefined reference to `dtrsm_' ../../lib/libR.so: undefined reference to `daxpy_' ../../lib/libR.so: undefined reference to `dcopy_' ../../lib/libR.so: undefined reference to `dsyrk_' ../../lib/libR.so: undefined reference to `dasum_' ../../lib/libR.so: undefined reference to `ddot_' collect2: ld returned 1 exit status make[3]: ** [R.bin] Erro 1 make[3]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[2]: ** [R] Erro 2 make[2]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[1]: ** [R] Erro 1 make[1]: Saindo do diretório `/home/ldeassis/R/R/src' make: ** [R] Erro 1 ldeassis@ubuntu:~/R/R$ Pelo que conheço de C/C++, está faltando alguma lib. A pergunta é: qual é essa dita cuja? Suponho que na hora do apt, algum pacote não foi encontrado ou coisa parecida. Alguma sugestão? Obrigado lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com

Leonard um pouco dificil dizer com isto voce poderia examinar com cuidado e se for o caso postar a saida do configure? P.J. Em Sáb, 2011-11-05 às 12:23 -0200, Leonard Assis escreveu:
Bom dia a todos,
resolvi seguir hoje cedo a dica postada pelo professor Paulo Justiniano em http://www.leg.ufpr.br/doku.php/dicas:r-compila
contudo, ao executar o script, notei que algo estranho estava acontecendo, pois o R não instalava.
resolvi então abrir o script e executar passo a passo cada item contido nele.
Basicamente, o que ele faz é:
1. apt-get para pegar todas as dependências faltantes (parece que está funcionando, não apresentou erro) 2. checkout no R-devel direto do cran usando svn (está funcionando, baixou corretamente) 3. rsync nos pacotes fonte do r-recommended (também funcionou corretamente) 4. configure, adaptando o R (com os parâmetros --with-tcltk --enable-R-shlib --with-recommended-packages --with-valgrind-instrumentation --enable-memory-profiling --with-system-bzlib --with-rgl --with-blas --with-lapack --enable-R-static-lib --enable-BLAS-shlib) 5. make
Bem, ao chegar nesta etapa, aparece a seguinte sequência:
gcc -std=gnu99 -Wl,--export-dynamic -fopenmp -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR -lRblas ../../lib/libR.so: undefined reference to `drot_' ../../lib/libR.so: undefined reference to `drotg_' ../../lib/libR.so: undefined reference to `dswap_' ../../lib/libR.so: undefined reference to `dgemm_' ../../lib/libR.so: undefined reference to `dnrm2_' ../../lib/libR.so: undefined reference to `dscal_' ../../lib/libR.so: undefined reference to `zgemm_' ../../lib/libR.so: undefined reference to `dtrsm_' ../../lib/libR.so: undefined reference to `daxpy_' ../../lib/libR.so: undefined reference to `dcopy_' ../../lib/libR.so: undefined reference to `dsyrk_' ../../lib/libR.so: undefined reference to `dasum_' ../../lib/libR.so: undefined reference to `ddot_' collect2: ld returned 1 exit status make[3]: ** [R.bin] Erro 1 make[3]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[2]: ** [R] Erro 2 make[2]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[1]: ** [R] Erro 1 make[1]: Saindo do diretório `/home/ldeassis/R/R/src' make: ** [R] Erro 1 ldeassis@ubuntu:~/R/R$
Pelo que conheço de C/C++, está faltando alguma lib. A pergunta é: qual é essa dita cuja?
Suponho que na hora do apt, algum pacote não foi encontrado ou coisa parecida.
Alguma sugestão?
Obrigado lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Paulo, Eu não tinha colocado a saída do configure pq ela é gigantesca, mas ...Vamos então por partes: ldeassis@ubuntu:~/R/R$ ./configure --enable-R-shlib --with-recommended-packages --with-valgrind-instrumentation --enable-memory-profiling --with-system-bzlib --with-rgl --with-blas --with-lapack --enable-R-static-lib --enable-BLAS-shlib > configure.out configure: WARNING: unrecognized options: --with-rgl configure: WARNING: --enable-R-static-lib conflicts with --enable-R-shlib and will be ignored ./configure: line 34078: test: yes: integer expression expected configure: WARNING: unrecognized options: --with-rgl aqui segue o conteúdo de configure.out: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu loading site script './config.site' loading build-specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for gawk... gawk checking whether ln -s works... yes checking for bison... bison -y checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking for sed... /bin/sed checking for which... /usr/bin/which checking for less... /usr/bin/less checking for gtar... no checking for gnutar... no checking for tar... /bin/tar checking for tex... /usr/local/texlive/2011/bin/x86_64-linux/tex checking for pdftex... /usr/local/texlive/2011/bin/x86_64-linux/pdftex checking for pdflatex... /usr/local/texlive/2011/bin/x86_64-linux/pdflatex checking for makeindex... /usr/local/texlive/2011/bin/x86_64-linux/makeindex checking for makeinfo... /usr/bin/makeinfo checking whether makeinfo version is at least 4.7... yes checking for install-info... /usr/sbin/install-info checking for texi2dvi... /usr/bin/texi2dvi checking for unzip... /usr/bin/unzip checking for zip... /usr/bin/zip checking for gzip... /bin/gzip checking for bzip2... /bin/bzip2 checking for firefox... /usr/bin/firefox using default browser ... /usr/bin/firefox checking for acroread... no checking for acroread4... no checking for xdg-open... /usr/bin/xdg-open checking for notangle... /usr/bin/notangle checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking how to run the C preprocessor... gcc -E checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking whether __attribute__((visibility())) is supported... yes checking whether gcc accepts -fvisibility... yes checking whether gfortran accepts -fvisibility... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... gcc checking whether we are using the GNU Objective C compiler... yes checking whether gcc accepts -g... yes checking for Objective C++ compiler... trying some possibilities checking whether g++ can compile ObjC++... yes g++ checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether gfortran accepts -g... (cached) yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for cos in -lm... yes checking for sin in -lm... yes checking for dlopen in -ldl... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_callback_read_char in -lreadline... yes checking for history_truncate_file... yes checking whether rl_completion_matches exists and is declared... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking fpu_control.h usability... yes checking fpu_control.h presence... yes checking for fpu_control.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for strings.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking whether setjmp.h is POSIX.1 compatible... yes checking whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for GNU C library with version >= 2... yes checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for inline... inline checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of double... 8 checking size of long double... 16 checking size of size_t... 8 checking whether we can compute C Make dependencies... yes, using gcc -std=gnu99 -MM checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes checking for gcc -std=gnu99 option to support OpenMP... -fopenmp checking how to get verbose linking output from gfortran... -v checking for Fortran 77 libraries of gfortran... -L/usr/local/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath checking how to get verbose linking output from gcc -std=gnu99... -v checking for C libraries of gcc -std=gnu99... -L/usr/local/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgcc_s checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore checking whether gfortran appends underscores to external names... yes checking whether gfortran appends extra underscores to external names... no checking whether mixed C/Fortran code can be run... yes checking whether gfortran and gcc -std=gnu99 agree on int and double... yes checking whether gfortran and gcc -std=gnu99 agree on double complex... yes checking for gfortran option to support OpenMP... -fopenmp checking whether g++ accepts -M for generating dependencies... yes checking for g++ option to support OpenMP... -fopenmp checking whether we can compute ObjC Make dependencies... yes, using gcc -MM checking for ObjC runtime library... -lobjc checking for ObjC runtime style... gnu checking whether gcc accepts -fobjc-exceptions... yes checking whether C runtime needs -D__NO_MATH_INLINES... no checking for xmkmf... /usr/bin/xmkmf checking for off_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether alloca is declared... yes checking whether expm1 exists and is declared... yes checking whether hypot exists and is declared... yes checking whether log1p exists and is declared... yes checking whether log2 exists and is declared... yes checking whether log10 exists and is declared... yes checking whether nearbyint exists and is declared... yes checking whether nearbyintl exists and is declared... yes checking whether powl exists and is declared... yes checking whether rint exists and is declared... yes checking whether rintl exists and is declared... yes checking whether va_copy exists and is declared... yes checking for isblank... yes checking for fseeko... yes checking for ftello... yes checking for matherr... yes checking whether fcntl exists and is declared... yes checking whether getgrgid exists and is declared... yes checking whether getpwuid exists and is declared... yes checking whether kill exists and is declared... yes checking whether sigaction exists and is declared... yes checking whether sigaltstack exists and is declared... yes checking whether sigemptyset exists and is declared... yes checking whether fdopen exists and is declared... yes checking whether popen exists and is declared... yes checking whether setenv exists and is declared... yes checking whether unsetenv exists and is declared... yes checking whether getrlimit exists and is declared... yes checking whether getrusage exists and is declared... yes checking whether getpriority exists and is declared... yes checking whether chmod exists and is declared... yes checking whether mkfifo exists and is declared... yes checking whether stat exists and is declared... yes checking whether umask exists and is declared... yes checking whether gettimeofday exists and is declared... yes checking whether utimes exists and is declared... yes checking whether times exists and is declared... yes checking whether access exists and is declared... yes checking whether chdir exists and is declared... yes checking whether execv exists and is declared... yes checking whether ftruncate exists and is declared... yes checking whether getcwd exists and is declared... yes checking whether geteuid exists and is declared... yes checking whether getuid exists and is declared... yes checking whether link exists and is declared... yes checking whether readlink exists and is declared... yes checking whether symlink exists and is declared... yes checking whether sysconf exists and is declared... yes checking whether utime exists and is declared... yes checking whether clock_gettime exists and is declared... yes checking for clock_gettime in -lrt... yes checking for putenv... yes checking whether putenv is declared... yes checking for vasprintf... yes checking whether vasprintf is declared... yes checking for mempcpy... yes checking for realpath... yes checking whether realpath is declared... yes checking whether glob exists and is declared... yes checking for isnan... yes checking whether isfinite is declared... yes checking whether isnan is declared... yes checking whether you have IEEE 754 floating-point arithmetic... yes checking whether putenv("FOO") can unset an environment variable... yes checking whether putenv("FOO=") can unset an environment variable... no checking for nl_langinfo and CODESET... yes checking for mkdtemp... yes checking for strdup... yes checking for strncasecmp... yes checking whether mkdtemp is declared... yes checking whether strdup is declared... yes checking whether strncasecmp is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... none required checking for __setfpucw... no checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether mktime sets errno... no checking whether C99 double complex is supported... checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for double complex... yes yes checking whether cabs exists and is declared... yes checking whether carg exists and is declared... yes checking whether cexp exists and is declared... yes checking whether clog exists and is declared... yes checking whether csqrt exists and is declared... yes checking whether cpow exists and is declared... yes checking whether ccos exists and is declared... yes checking whether csin exists and is declared... yes checking whether ctan exists and is declared... yes checking whether cacos exists and is declared... yes checking whether casin exists and is declared... yes checking whether catan exists and is declared... yes checking whether ccosh exists and is declared... yes checking whether csinh exists and is declared... yes checking whether ctanh exists and is declared... yes checking for cblas_cdotu_sub in vecLib framework... no checking for dgemm_... no checking for ATL_xerbla in -latlas... no checking for dgemm_ in -lblas... yes checking for dgemm_ in -ldgemm... no checking for dgemm_ in -lblas... (cached) yes checking for dgemm_ in -lessl... no checking for dgemm_ in -lblas... (cached) yes checking whether double complex BLAS can be used... yes checking whether the BLAS is complete... yes checking for zgeev_... no checking for zgeev_ in -llapack... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes checking for iconvlist... no checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is declared... yes checking whether wcscoll exists and is declared... yes checking whether wcsftime exists and is declared... yes checking whether wcstod exists and is declared... yes checking whether mbstowcs exists and is declared... yes checking whether wcstombs exists and is declared... yes checking whether wctrans exists and is declared... yes checking whether iswblank exists and is declared... yes checking whether wctype exists and is declared... yes checking whether iswctype exists and is declared... yes checking for wctrans_t... yes checking for mbstate_t... yes checking for ICU... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking X11/Xmu/Atoms.h usability... yes checking X11/Xmu/Atoms.h presence... yes checking for X11/Xmu/Atoms.h... yes checking for XmuInternAtom in -lXmu... yes checking whether pkg-config knows about cairo and pango... yes checking whether cairo including pango is >= 1.2 and works... yes checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... /usr/lib/tclConfig.sh checking for tkConfig.sh... no checking for tkConfig.sh in library (sub)directories... /usr/lib/tkConfig.sh checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking tk.h usability... yes checking tk.h presence... yes checking for tk.h... yes checking whether compiling/linking Tcl/Tk code works... yes checking for BSD networking... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... yes checking for main in -lz... yes checking if libpng version >= 1.2.7... yes checking for png_create_write_struct in -lpng... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes checking for XDR support... checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes yes checking whether zlib support needs to be compiled... yes checking mmap support for zlib... yes checking for BZ2_bzlibVersion in -lbz2... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking if bzip2 version >= 1.0.6... no checking whether bzip2 support needs to be compiled... yes checking for lzma_version_number in -llzma... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking if lzma version >= 4.999... yes checking whether PCRE support needs to be compiled... yes checking whether leap seconds are treated according to POSIX... yes checking for inline... inline checking for sys/time.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for setitimer... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking whether KERN_USRSTACK sysctl is supported... no checking for visible __lib_stack_end... yes checking for lpr... lpr checking for paperconf... /usr/bin/paperconf checking for java... /usr/bin/java checking for javac... /usr/bin/javac checking for javah... /usr/bin/javah checking for jar... /usr/bin/jar checking whether Java compiler works... yes checking whether Java compiler works for version 1.4... yes checking whether Java interpreter works... yes checking Java environment... /usr/lib/jvm/java-6-openjdk/jre checking for cached Java settings... no checking whether JNI programs can be compiled... yes checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking whether we are using the GNU Fortran compiler... (cached) yes checking whether gfortran accepts -g... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Fortran flag to compile .f90 files... none checking for Fortran flag to compile .f95 files... none checking for gfortran option to support OpenMP... -fopenmp checking for recommended packages... yes checking whether NLS is requested... yes Configuring src/extra/intl directory checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether we are using the GNU C Library 2 or newer... yes checking for ranlib... (cached) ranlib checking for simple visibility declarations... yes checking for stdint.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imported symbols can be declared weak... yes checking for multithread API to use... none checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... (cached) yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... (cached) yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for iconv... (cached) yes checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... yes checking for bison... bison checking version of bison... 2.4.1, ok checking for long long int... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for putenv... (cached) yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for wcslen... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc Finished configuring src/extra/intl directory using as R_SHELL for scripts ... /bin/bash configure: creating ./config.status config.status: creating Makeconf config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/manual/Makefile config.status: creating etc/Makefile config.status: creating etc/Makeconf config.status: creating etc/Renviron config.status: creating etc/ldpaths config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: creating share/Makefile config.status: creating src/Makefile config.status: creating src/appl/Makefile config.status: creating src/extra/Makefile config.status: creating src/extra/blas/Makefile config.status: creating src/extra/bzip2/Makefile config.status: creating src/extra/intl/Makefile config.status: creating src/extra/pcre/Makefile config.status: creating src/extra/tre/Makefile config.status: creating src/extra/xdr/Makefile config.status: creating src/extra/xz/Makefile config.status: creating src/extra/zlib/Makefile config.status: creating src/include/Makefile config.status: creating src/include/Rmath.h0 config.status: creating src/include/R_ext/Makefile config.status: creating src/library/Recommended/Makefile config.status: creating src/library/Makefile config.status: creating src/library/base/DESCRIPTION config.status: creating src/library/base/Makefile config.status: creating src/library/compiler/DESCRIPTION config.status: creating src/library/compiler/Makefile config.status: creating src/library/datasets/DESCRIPTION config.status: creating src/library/datasets/Makefile config.status: creating src/library/graphics/DESCRIPTION config.status: creating src/library/graphics/Makefile config.status: creating src/library/grDevices/DESCRIPTION config.status: creating src/library/grDevices/Makefile config.status: creating src/library/grDevices/src/Makefile config.status: creating src/library/grDevices/src/cairo/Makefile config.status: creating src/library/grid/DESCRIPTION config.status: creating src/library/grid/Makefile config.status: creating src/library/grid/src/Makefile config.status: creating src/library/methods/DESCRIPTION config.status: creating src/library/methods/Makefile config.status: creating src/library/methods/src/Makefile config.status: creating src/library/parallel/DESCRIPTION config.status: creating src/library/parallel/Makefile config.status: creating src/library/parallel/src/Makefile config.status: creating src/library/profile/Makefile config.status: creating src/library/stats/DESCRIPTION config.status: creating src/library/stats/Makefile config.status: creating src/library/stats/src/Makefile config.status: creating src/library/stats4/DESCRIPTION config.status: creating src/library/stats4/Makefile config.status: creating src/library/splines/DESCRIPTION config.status: creating src/library/splines/Makefile config.status: creating src/library/splines/src/Makefile config.status: creating src/library/tcltk/DESCRIPTION config.status: creating src/library/tcltk/Makefile config.status: creating src/library/tcltk/src/Makefile config.status: creating src/library/tools/DESCRIPTION config.status: creating src/library/tools/Makefile config.status: creating src/library/tools/src/Makefile config.status: creating src/library/utils/DESCRIPTION config.status: creating src/library/utils/Makefile config.status: creating src/main/Makefile config.status: creating src/modules/Makefile config.status: creating src/modules/X11/Makefile config.status: creating src/modules/internet/Makefile config.status: creating src/modules/lapack/Makefile config.status: creating src/modules/vfonts/Makefile config.status: creating src/nmath/Makefile config.status: creating src/nmath/standalone/Makefile config.status: creating src/scripts/Makefile config.status: creating src/scripts/R.sh config.status: creating src/scripts/Rcmd config.status: creating src/scripts/f77_f2c config.status: creating src/scripts/mkinstalldirs config.status: creating src/scripts/pager config.status: creating src/unix/Makefile config.status: creating tests/Makefile config.status: creating tests/Embedding/Makefile config.status: creating tests/Examples/Makefile config.status: creating tests/Native/Makefile config.status: creating tools/Makefile config.status: creating src/include/config.h config.status: src/include/config.h is unchanged config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing stamp-h commands R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -std=gnu99 -g -O2 Fortran 77 compiler: gfortran -g -O2 C++ compiler: g++ -g -O2 Fortran 90/95 compiler: gfortran -g -O2 Obj-C compiler: gcc -g -O2 -fobjc-exceptions Interfaces supported: X11, tcltk External libraries: readline, BLAS(generic), ICU, lzma Additional capabilities: PNG, JPEG, TIFF, NLS, cairo Options enabled: shared R library, shared BLAS, R profiling, memory profiling, Java Recommended packages: yes ----- lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Paulo J Ribeiro Jr <paulojus@leg.ufpr.br>
Leonard
um pouco dificil dizer com isto
voce poderia examinar com cuidado e se for o caso postar a saida do configure?
P.J.
Em Sáb, 2011-11-05 às 12:23 -0200, Leonard Assis escreveu:
Bom dia a todos,
resolvi seguir hoje cedo a dica postada pelo professor Paulo Justiniano em http://www.leg.ufpr.br/doku.php/dicas:r-compila
contudo, ao executar o script, notei que algo estranho estava acontecendo, pois o R não instalava.
resolvi então abrir o script e executar passo a passo cada item contido nele.
Basicamente, o que ele faz é:
1. apt-get para pegar todas as dependências faltantes (parece que está funcionando, não apresentou erro) 2. checkout no R-devel direto do cran usando svn (está funcionando, baixou corretamente) 3. rsync nos pacotes fonte do r-recommended (também funcionou corretamente) 4. configure, adaptando o R (com os parâmetros --with-tcltk --enable-R-shlib --with-recommended-packages --with-valgrind-instrumentation --enable-memory-profiling --with-system-bzlib --with-rgl --with-blas --with-lapack --enable-R-static-lib --enable-BLAS-shlib) 5. make
Bem, ao chegar nesta etapa, aparece a seguinte sequência:
gcc -std=gnu99 -Wl,--export-dynamic -fopenmp -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR -lRblas ../../lib/libR.so: undefined reference to `drot_' ../../lib/libR.so: undefined reference to `drotg_' ../../lib/libR.so: undefined reference to `dswap_' ../../lib/libR.so: undefined reference to `dgemm_' ../../lib/libR.so: undefined reference to `dnrm2_' ../../lib/libR.so: undefined reference to `dscal_' ../../lib/libR.so: undefined reference to `zgemm_' ../../lib/libR.so: undefined reference to `dtrsm_' ../../lib/libR.so: undefined reference to `daxpy_' ../../lib/libR.so: undefined reference to `dcopy_' ../../lib/libR.so: undefined reference to `dsyrk_' ../../lib/libR.so: undefined reference to `dasum_' ../../lib/libR.so: undefined reference to `ddot_' collect2: ld returned 1 exit status make[3]: ** [R.bin] Erro 1 make[3]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[2]: ** [R] Erro 2 make[2]: Saindo do diretório `/home/ldeassis/R/R/src/main' make[1]: ** [R] Erro 1 make[1]: Saindo do diretório `/home/ldeassis/R/R/src' make: ** [R] Erro 1 ldeassis@ubuntu:~/R/R$
Pelo que conheço de C/C++, está faltando alguma lib. A pergunta é: qual é essa dita cuja?
Suponho que na hora do apt, algum pacote não foi encontrado ou coisa parecida.
Alguma sugestão?
Obrigado lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

mas ainda assim, vc quer claramente compilar usando um BLAS externo, ao inves de simplesmente usar uma biblioteca dinamica, e' isso?

isso, eu reproduzi o que está no script do Prof Paulo, nem mexi nas opções. Meu objetivo real é simples: usar um blas externo lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
mas ainda assim, vc quer claramente compilar usando um BLAS externo, ao inves de simplesmente usar uma biblioteca dinamica, e' isso? _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

compile o R simplesmente usando --enable-BLAS-shlib --enable-R-shlib --enable-memory-profiling depois compile o BLAS como shared lib e mude o link simbolico. vc pode querer mudar os trecos de tcltk e outros detalhes, mas a essencia e' a explicada acima. b

Benilton Eu de fato preciso só de Java habilitado, blas e Sharelib Esse treco é pra rodar o statET (plugin do eclipse) lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
compile o R simplesmente usando
--enable-BLAS-shlib --enable-R-shlib --enable-memory-profiling
depois compile o BLAS como shared lib e mude o link simbolico.
vc pode querer mudar os trecos de tcltk e outros detalhes, mas a essencia e' a explicada acima.
b _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Benilton, aparentemente funcionou... gerou o binário. vamos ver se coloco ele pra funcionar agora. Duas curiosidades que já descobri: tem um bug no r-dev quando instala a documentação. Estão resolvendo o bug reinstalando um dos pacotes do texlive Segundo o manual técnico, não tem mais o make dvi (Sim, antes de apelar pra listas eu leio o manual, hehehe) lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Leonard Assis <assis.leonard@gmail.com>
Benilton
Eu de fato preciso só de Java habilitado, blas e Sharelib
Esse treco é pra rodar o statET (plugin do eclipse)
lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com
2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
compile o R simplesmente usando
--enable-BLAS-shlib --enable-R-shlib --enable-memory-profiling
depois compile o BLAS como shared lib e mude o link simbolico.
vc pode querer mudar os trecos de tcltk e outros detalhes, mas a essencia e' a explicada acima.
b _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Eu passei parte da minha vida trabalhando com suporte. E te falo uma coisa ... Suporte sofre ... e muito Por isso q eu só mando perguntas Quando ou não achei a solução, ou estou com algum bloqueio criativo que a coisa não vai, hehehe Mas com essa manhã fuçando no configure (help, manual técnico, etc) eu aprendi muito. A propósito: achei alguns erros bestas no manual, erros que qualquer um de nós cometeria. Existe algum "bug report" para manual? como informar? Prof paulo, eu vou ver se aproveito esta minha manhã de teste para modificar seu script para ele ficar de acordo com o R 2.14 (opções de compilação, principalmente). Vou ver se conserto alguns pacotes que estavam dando erro no apt. Vou mexer também a parte do make install, retirando as opções que foram descontinuadas Vou fazer isso com calma no próximo fim de semana em uma distribuição linux ubuntu crua. Esta experiência de hoje me ajudou muito a entender como isto funciona. lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
Segundo o manual técnico, não tem mais o make dvi (Sim, antes de apelar pra listas eu leio o manual, hehehe)
Leonard, se todo usuario fosse como vc.... :) _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

esqueci de postar esta foi a sequenccia que funcionou: ./configure --enable-BLAS-shlib --with-lapack --enable-R-shlib --enable-memory-profiling --with-system-pcre --with-system-zlib --with-system-bzlib --enable-prebuilt-html make make check make pdf make info make install make install-info make install-pdf texlive: instalado dos fontes a versão 2011 (completa) instalei o synaptic pra procurar com mais facilidade os pacotes. instalei o libblas-dev (blas e lapack) instalei o libgl1-mesa-dev instalei o eclipse, onde instalei o statET instalei o pacote rj (requisito para rodar o statET) semana que vem faço um mapa detalhado do que precisa ser instalado antes de rodar sem erros. lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
O caminho e' reportar em r-devel, preferivelmente com um diff das suas mudancas. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Leonard muito obrigado e será bem vinda qq alteracao/sugestao para o REpatch (alem re remover o make dvi que já vou fazer) eu de fato usei em uma maquina que já compilava as versoes anteriores antes e portanto nao usei um "fresh" install Em Sáb, 2011-11-05 às 15:19 -0200, Leonard Assis escreveu:
Eu passei parte da minha vida trabalhando com suporte.
E te falo uma coisa ... Suporte sofre ... e muito
Por isso q eu só mando perguntas Quando ou não achei a solução, ou estou com algum bloqueio criativo que a coisa não vai, hehehe
Mas com essa manhã fuçando no configure (help, manual técnico, etc) eu aprendi muito.
A propósito: achei alguns erros bestas no manual, erros que qualquer um de nós cometeria. Existe algum "bug report" para manual? como informar?
Prof paulo, eu vou ver se aproveito esta minha manhã de teste para modificar seu script para ele ficar de acordo com o R 2.14 (opções de compilação, principalmente). Vou ver se conserto alguns pacotes que estavam dando erro no apt. Vou mexer também a parte do make install, retirando as opções que foram descontinuadas
Vou fazer isso com calma no próximo fim de semana em uma distribuição linux ubuntu crua. Esta experiência de hoje me ajudou muito a entender como isto funciona.
lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com
2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com> > Segundo o manual técnico, não tem mais o make dvi (Sim, antes de apelar pra > listas eu leio o manual, hehehe)
Leonard, se todo usuario fosse como vc.... :) _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Paulo, eu notei isso, por este motivo, semana que vem o farei do zero, anotando todos os faltantes. O que eu enviei no email anterior funcionou bem no meu, mas não pode ser a solução de todos. Por isso minha decisão em colaborar. lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Paulo J Ribeiro Jr <paulojus@leg.ufpr.br>
LeonardPaulo,
muito obrigado e será bem vinda qq alteracao/sugestao para o REpatch (alem re remover o make dvi que já vou fazer)
eu de fato usei em uma maquina que já compilava as versoes anteriores antes e portanto nao usei um "fresh" install
Em Sáb, 2011-11-05 às 15:19 -0200, Leonard Assis escreveu:
Eu passei parte da minha vida trabalhando com suporte.
E te falo uma coisa ... Suporte sofre ... e muito
Por isso q eu só mando perguntas Quando ou não achei a solução, ou estou com algum bloqueio criativo que a coisa não vai, hehehe
Mas com essa manhã fuçando no configure (help, manual técnico, etc) eu aprendi muito.
A propósito: achei alguns erros bestas no manual, erros que qualquer um de nós cometeria. Existe algum "bug report" para manual? como informar?
Prof paulo, eu vou ver se aproveito esta minha manhã de teste para modificar seu script para ele ficar de acordo com o R 2.14 (opções de compilação, principalmente). Vou ver se conserto alguns pacotes que estavam dando erro no apt. Vou mexer também a parte do make install, retirando as opções que foram descontinuadas
Vou fazer isso com calma no próximo fim de semana em uma distribuição linux ubuntu crua. Esta experiência de hoje me ajudou muito a entender como isto funciona.
lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com
2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com> > Segundo o manual técnico, não tem mais o make dvi (Sim, antes de apelar pra > listas eu leio o manual, hehehe)
Leonard, se todo usuario fosse como vc.... :) _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
_______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

É alguma biclioteca faltante, problema é descobrir qual é Meus suspeitos são justamente os que lidam com sharelib (que não sei o nome desses caras) lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
retiro o q falei. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.

Mesmo erro lmassis <at> yahoo <dot> com <dot> br assis.leonard <at> gmail <dot> com 2011/11/5 Benilton Carvalho <beniltoncarvalho@gmail.com>
comece tirando o --enable-R-static-lib e --with-rgl... configure/compile novamente. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.
participantes (3)
-
Benilton Carvalho
-
Leonard Assis
-
Paulo J Ribeiro Jr