This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 4.6.0 with llibgomp for mingw64


Alen Skondro <askondro@gmail.com> writes:

> I'm trying to build gcc 4.6.0 with libgomp targeting i686-w64-mingw32
> and the issue is that it installs the libgomp.a library but doesn't
> install omp.h anywhere...

omp.h should be installed under lib/gcc/TARGET/VERSION/include.  This
should happen when libgomp is installed.  I don't know why it wouldn't
happen for you.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]