thegooglecodearchive / ddscat

Automatically exported from code.google.com/p/ddscat
0 stars 0 forks source link

cannot link VTRCONVERT.f90 to vtr.f90 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile the vtrconvert.f90 as been told in the code comment by typing:
2. gfortran vtr.f90 vtrconvert.f90 -o vtrconvert
3.

What is the expected output? What do you see instead?
error log shown as :
Undefined symbols for architecture x86_64:
  "___vtr_MOD_vtr_write_mesh_3d", referenced from:
      _MAIN__ in ccvUvVCN.o
  "___vtr_MOD_vtr_write_scalar_3d", referenced from:
      _MAIN__ in ccvUvVCN.o
  "___vtr_MOD_vtr_write_vector_3d", referenced from:
      _MAIN__ in ccvUvVCN.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status

What version of the product are you using? On what operating system?
DDSCAT 7.2.0 and DDSCAT 7.2.1
Mac OS Lion 10.7.4. with Terminal 

Please provide any additional information below.
fortran complier gcc 4.8
Xcode 4.3

Original issue reported on code.google.com by hsich...@gmail.com on 17 May 2012 at 6:44

GoogleCodeExporter commented 9 years ago
Facing problem to convert the .out file with VTRCONVERTER . the installation 
code appears to be not working properly.  

Original comment by hirakcha...@gmail.com on 15 Mar 2013 at 8:44