search for: libcc_dynam

Displaying 4 results from an estimated 4 matches for "libcc_dynam".

Did you mean: libcc_dynamic
2005 Jul 06
0
MacOS 10.4 gcc-4.0 and libcc_dynamic
...The purpose of this is to add -lcc_dynamic to the link options when linking Fortran code built with an FSF g77 with C libraries built with Apple's gcc-3.xx compilers. (see http://www.astro.gla.ac.uk/ users/norman/note/2004/restFP/ for the full story.). The fixed worked because /usr/lib/libcc_dynamic.dylib was a symlink to /usr/lib/gcc/powerpc-apple-darwin/$VERSION/libgcc.a. I write 'was' because as of gcc-4.0 on Tiger (10.4) this has changed. gcc-4.0 is the default compiler for Tiger, and it does not have the symlink. This is for the very good reason that it would not work...
2003 Sep 04
1
darwin build with latest gcc from apple
we are trying to adapt the configure in order to work with latest gcc3.3 (from apple) and g77 3.4 (from http://gravity.psu.edu/~khanna/hpc.html ) At the moment there is no need to define the __DEBUGGING__ but there is still a problem with the -lcc_dynamic does any of you know how to check for this library and explain why we see -lcc_dynamic often passed as an ld flag. Where to find doc on
2005 Jun 23
2
compiling gap on mac os x
Hi, I am having trouble compiling package gap http://www.hgmp.mrc.ac.uk/~jzhao/r-progs.htm on Tiger. I have installed XcodeTools 2.1. The binary version of gap currently available on CRAN has some bug and is fixed in the latest version. The message I get from R is below. Any help is greatly appreciated. best regards, Kenny Ye tar: Read 1536 bytes from - * Installing *source* package
2005 Aug 03
7
call fortran in R
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I have done: In the terminal this how I compiled my fortran code: R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f There is the wrapper I have paste inside de kmeans3.f file: c