Hello,

BFD is part of binutils package, and is build and installed by
mingw.org binary packages, but seems to be missing from mingw-w64
automated and personal builds.

I'm trying to compile the runtime library of a compiler which depends
on bfd.h and libbfd.a

Minimized case:

<t.c>
#include <stdio.h>
#include <bfd.h>

int main(void)
{
        bfd_init();

        return 0;
}
</t.c>

V:\>gcc t.c -o t.exe -lbfd

This works with GCC 4.5.2 and 4.6.2 from mingw.org and TDM, but fail
with mingw-w64 20111219 and Ruben's personal build.

V:\>gcc t.c -o t.exe -lbfd
t.c:2:17: fatal error: bfd.h: No such file or directory
compilation terminated.

I would have expected bfd would be installed as being part of binutils.

Should I report a bug/feature request on SourceForge about this?

Thank you in advance for your time.
-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to