Alen Skondro <askondro@xxxxxxxxx> 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