thegooglecodearchive / ddscat

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

ddscat not compiling? #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download ddscat7.3.0_130527.tgz and extract
2. At command line type: "make ddscat"
3. Type: "ddscat" returns error "command not found"
4. Type: "gfortran -o ddscat ddscat.o" gives long series of errors beginning 
with:
"
ddscat.o:DDSCAT_cpp.f90:(.text+0x12): undefined reference to 
`___ddcommon_0_MOD_cflpar'
"
See attached file for entire error list.

What is the expected output? What do you see instead?
Expected this to compile, but seems to have problems.
Noticed during original make command the following:
LOADEDMODULES=
LOADEDMODULES_modshare=
LD_LIBRARY_PATH=
LD_LIBRARY_PATH_modshare=
MKLROOT=
CPATH=
FPATH=
DYLD_LIBRARY_PATH=
INCLUDE=
LIBRARY_PATH=
I assume these values are not supposed to be empty.

What version of the product are you using? On what operating system?
DDA 7.3.0 on Windows7-64bit running cygwin 1.7.20

Please provide any additional information below.
I apologize if this is trivial issue, but with brand new release on 64-bit 
system, I thought it may not be easy mistake.

Original issue reported on code.google.com by todd.bri...@gmail.com on 19 Jun 2013 at 8:19

Attachments: