From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15466 invoked by alias); 20 Oct 2013 01:00:57 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 15443 invoked by uid 89); 20 Oct 2013 01:00:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 20 Oct 2013 01:00:55 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id r9K10rf9044690; Sat, 19 Oct 2013 18:00:54 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id r9K10rxU044689; Sat, 19 Oct 2013 18:00:53 -0700 (PDT) (envelope-from sgk) Date: Sun, 20 Oct 2013 01:00:00 -0000 From: Steve Kargl To: Felipe Pimenta Cc: fortran@gcc.gnu.org Subject: Re: Undefined symbols for architecture x86_64 Message-ID: <20131020010053.GA44664@troutmask.apl.washington.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00059.txt.bz2 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