[SOLVED] --disable-openmp gives undef'd GOMP_single_start

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

[SOLVED] --disable-openmp gives undef'd GOMP_single_start

Post by NicolasRobidoux »

./configure --disable-openmp
make
...
CCLD utilities/animate
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_single_start'
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_parallel_end'
MagickCore/.libs/libMagickCore.so: undefined reference to `omp_set_num_threads'
MagickCore/.libs/libMagickCore.so: undefined reference to `omp_get_num_threads'
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_critical_name_start'
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_critical_name_end'
MagickCore/.libs/libMagickCore.so: undefined reference to `omp_get_max_threads'
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_barrier'
MagickCore/.libs/libMagickCore.so: undefined reference to `GOMP_parallel_start'
MagickCore/.libs/libMagickCore.so: undefined reference to `omp_get_thread_num'
collect2: ld returned 1 exit status
make[1]: *** [utilities/animate] Error 1
make[1]: Leaving directory `/home/nicolas/ImageMagick'
make: *** [all] Error 2
Last edited by NicolasRobidoux on 2012-03-09T14:40:13-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: svn rev 7084 w/ --disable-openmp: undefd GOMP_single_sta

Post by magick »

Try a 'make clean;make'
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: svn rev 7084 w/ --disable-openmp: undefd GOMP_single_sta

Post by NicolasRobidoux »

(blush)
Post Reply