Re: [Mingw-w64-public] bfd missing from mingw-w64 builds?

2012-02-12 Thread Luis Lavena
On Sun, Feb 12, 2012 at 8:43 PM, niXman wrote: > You can find it in my builds: http://code.google.com/p/mingw-builds/ > Thank you. I also think this needs to be solved in mingw-w64 build system perhaps, that is why I informed it :-) -- Luis Lavena AREA 17 - Perfection in design is achieved not

Re: [Mingw-w64-public] bfd missing from mingw-w64 builds?

2012-02-12 Thread niXman
You can find it in my builds: http://code.google.com/p/mingw-builds/ niXman. 2012/2/13 Luis Lavena : > 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

[Mingw-w64-public] bfd missing from mingw-w64 builds?

2012-02-12 Thread Luis Lavena
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: #include #include

Re: [Mingw-w64-public] unneeded directory?

2012-02-12 Thread Christer Solskogen
On 11.02.12 18:00, xunxun wrote: > Because when building gcc, he will search the headers and some libs > from/mingw/ > Okay, so it is because gcc is braindead :-) It's not needed elsewhere. I saw that Ruben Van Boxem have some personal builds which do not include it as well. I guess that Ruben h