This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: compile failure due to undefined symbol
- From: Nick Clifton <nickc at redhat dot com>
- To: "Peter S. Mazinger" <ps dot m at gmx dot net>
- Cc: binutils at sourceware dot org
- Date: Thu, 04 Oct 2007 17:07:00 +0100
- Subject: Re: compile failure due to undefined symbol
- References: <Pine.LNX.4.44.0710041646530.2411-100000@lnx.bridge.intra>
Hi Peter,
you used `pwd`/../bfd/.libs/libbfd.la, I used `pwd`/../bfd/libbfd.la, note
the missing .libs subdir, maybe it does not matter though
bfd/.libs/libbfd.la is a symbolic link to bfd/libbbfd.la so it should be OK.
Cheers
Nick