WRF-Chem

paparao

New member
hi everyone
i am trying to compile the mozbc utility for WRF-Chem.however while compiling i am getting the error in the end as
collect2: error: ld returned 1 exit status
make: *** [mozbc] Error 1
Failed to build fire_emis
i have set the library path for NETCDF and compiled using ./make_mozbc
is it supposed to be like this or am i doing something wrong. kindly help me
 
hi everyone
i am trying to compile the mozbc utility for WRF-Chem.however while compiling i am getting the error in the end as
collect2: error: ld returned 1 exit status
make: *** [mozbc] Error 1
Failed to build fire_emis
i have set the library path for NETCDF and compiled using ./make_mozbc
is it supposed to be like this or am i doing something wrong. kindly help me
Good morning,

Which OS are you using?
 
gcc: fatal error: no input files
compilation terminated.

shows the above error
odd.

try this then.

which gcc

then type the full path and add -dumpfullversion

something like this:

/path/to/gcc -dumpfullversion
 
Back
Top