Undefined symbols for architecture x86_64

Steve Kargl sgk@troutmask.apl.washington.edu
Sun Oct 20 01:00:00 GMT 2013


On Sat, Oct 19, 2013 at 09:49:13PM -0300, Felipe Pimenta wrote:
> I am using gfortran to compile an ocean circulation model (FVCOM) on a
> Mac OS X 10.8.5.
> 
> Everything goes well with the compilation until the error below results.
> 
> Does anybody have any idea what is missing?
> 

You are missing the functions listed below.

>   "_fjul_dutcoftai_", referenced from:
>   "_fjul_mjdoftai_", referenced from:
>   "_fjul_taiofdutc_", referenced from:
>   "_fjul_taiofmjd_", referenced from:
>   "_gjul_formatdate_", referenced from:
>   "_gjul_formatpds_", referenced from:
>   "_gjul_formatsql_", referenced from:
>   "_gjul_formattime_", referenced from:
>   "_gjul_initleaps_", referenced from:
>   "_gjul_parsedate_", referenced from:
>   "_gjul_parsedt_", referenced from:
>   "_gjul_parsetime_", referenced from:

-- 
Steve



More information about the Fortran mailing list