Re: [HELP] problem while using libgomp with i586-mingw32msvc-gcc

Bob Proulx <[email protected]> Sun, 25 Aug 2013 12:32:21 -0600
Newsgroups gmane.comp.gnu.utils
Message-ID <[email protected]>
=E9=97=AB=E7=91=BE wrote:
> I am using i586-mingw32msvc-gcc to cross compile Windows program on Deb=
ian
> 7.1.0.
>=20
> I test a very simple code:
>=20
> int main(int argc, char* argv[])
>  {
>   #pragma omp parallel
>    printf("Hello, world.\n");
>=20
>    return 1;
>  }
>=20
> when I compile it with -fopenmp, I found an error:
> $ i586-mingw32msvc-gcc -fopenmp /home/kinian/omp.c -o /home/kinian/omp.=
exe
> i586-mingw32msvc-gcc: libgomp.spec: no such file or directory

I don't know.  I suggest that you ask on the mingw32 users mailing
list.  Someone there will be more likely to have an idea.

Here is pointer to their mailing list information.

  http://www.mingw.org/mailing_lists

Bob