This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: dynamic library/dso_handle problem
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Christine Cordula Dantas" <ccdantas at iae dot cta dot br>
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 16 Oct 2007 15:15:26 +0100
- Subject: Re: dynamic library/dso_handle problem
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kddl505o3osDpgRNIFaADY908YM8hpjvQBxKTzMs1fE=; b=sbzsjDTaBlD5o/eqkRHcmibRKSaKWi9GWA/ejepcczWHcannCtcKHsl3q4XhzNHKv9rgwjeQROzZdqI6ihipcKGj6kVwhnH7hE/byDJVgSvsJ8Fxjkdn8YDi18sJb7ME++eO0rfgd8Bg4E88Zg163avtNsAut0il4nF7EdpYQto=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CJo74uk61OpVgSood8hBL+MOXzmXyjVm3IwSf6fJwO/fnhpqdZLWLioX53ccp51wtjxqZo4GKyFf5xn2SKHzklCaSKB6xXEt40OLqwttUplzYgk/nMikvg/eb0Y14gZdkOvwpmImSAl4RGE+XDXB61dunzs7API6yPTsp+Fh+ZM=
- References: <DBF876FF-624C-49B6-9E2A-9661AD822F70@iae.cta.br>
> /usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib
> referenced from: /usr/local/gfortran/lib/gcc/i386-apple-
> darwin8.10.1/4.3.0/../../../libgfortran.dylib (checking for undefined
> symbols may be affected) (No such file or directory, errno = 2)
This warning, though annoying, is harmless.
> /usr/bin/ld: Undefined symbols:
> ___dso_handle
> collect2: ld returned 1 exit status
This will be fixed by updating your cctools (including as and ld) to a
version >= 590.36. Updating XCode to version 2.4.1 should do it.
FX