| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <003301c100ba$b9974460$0400a8c0@james> |
| Reply-To: | "James" <jmerrow AT columbus DOT rr DOT com> |
| From: | "James" <jmerrow AT columbus DOT rr DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | Using bfd.h under windows 98 |
| Date: | Fri, 29 Jun 2001 12:44:09 -0400 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2314.1300 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
While using some of the functions provided by bfd.h I came across some
errors of undefined references to certain functions although hitting ALT+TAB
I was looking right at them in WordPad in the BFD.h file.
This type of declared function produces an undefined reference error while
compiling the exe:
asection *
bfd_get_section_by_name PARAMS ((bfd *abfd, const char *name));
While this one does not:
#define bfd_get_symtab_upper_bound(abfd) \
BFD_SEND (abfd, _bfd_get_symtab_upper_bound, (abfd))
Unfortunately the only difference I see would be using #define instead of
asection * or boolean * to define it. I don't really know what version im
running I have installed it as of 2 months ago if thats any help =).
I have heard that Linux is able to use BFD (binary file descriptor) without
errors although it seems not to want to work for me under windows..
If anybody knows a solution to this problem I would be very grateful
Thanks,
James
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |