X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Subject: Re: binutils & libiconv From: Tim Van Holder To: pavenis AT lanet DOT lv Cc: djgpp-workers AT delorie DOT com In-Reply-To: <3C42D426.13310.41B24@localhost> References: <3C42D426 DOT 13310 DOT 41B24 AT localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 14 Jan 2002 12:01:34 +0100 Message-Id: <1011006095.4254.7.camel@bender.falconsoft.be> Mime-Version: 1.0 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > With the binutils from clio, and stock libiconv 1.7 > > (BTW, anyone know if libiconv is in CVS anywhere, and > > if so, where?), I get > > > > gcc -O -I. -I. -I.. -I./.. -g -O2 -DHAVE_CONFIG_H > > -DLIBDIR=\"/dev/env/DJDIR/lib\" -c ./localcharset.c -fPIC -DPIC -o > > .libs/localcharset.lo > > f:/djgppxp/bin/as.exe: bfd assertion fail > > Try to give sime hint to configure to avoid using -fPIC Yes - I had omitted the '--enable-static --disable-shared' option to configure. It would be nice if Bruno Haible would switch to a recent autoconf & libtool; then this would have been avoided completely, as recent libtools know DJGPP is static-only.