Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" From: "James" To: 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/