On Wed, Mar 2, 2011 at 10:11 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > 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 > well, I build it again and omp.h was where you said it would be.. problem solved! thanks, Alen