Hi All,
I restarted again compiling TINKER code on MAC OS X 10.4.11 (Tiger) using gfortran compiler. The first step in building TINKER is to run the compile.make script, It worked fine. Next, I used the library.make script to create an archive of object code modules, which worked fine. Next...
Thanks. I am trying to compile it in another way, i am getting some -macosx_version_min unknown flag problem. the detail will be posted in new thread.
I would request you to have a look on that.
file "pmpb.f" contains----
c ##############################
c ## ##
c ## subroutine apbsinitial ##
c ## ##
c ##############################
c
c
subroutine apbsinitial (dime,grid,gcent,cgrid,cgcent,fgrid,
&...
Hi All
I am trying to compile a Fortran code on Mac OSX 10.4 ppc.
when I call using make, I get the following error.
g77 pmpb.f
/usr/bin/ld: Undefined symbols:
_MAIN__
collect2: ld returned 1 exit status
make: *** [pmpb.o] Error 1
Them Makefile lokks like this:
## Machine...