This is the mail archive of the gcc-bugs@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]

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635

--- Comment #11 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
For some reason you have less expected passes than me: yours

        === libgomp Summary ===

# of expected passes        11430
# of unsupported tests        562

mine

        === libgomp Summary ===

# of expected passes        12310
# of unexpected failures    216
# of unsupported tests        588

my config is

../work/configure --prefix=/opt/gcc/gcc4.10w
--enable-languages=c,c++,fortran,objc,obj-c++,ada,java,lto
--with-gmp=/opt/mp-new --with-system-zlib --with-isl=/opt/mp-new --enable-lto
--enable-plugin --with-arch=corei7 --with-cpu=corei7

on a MacBook Pro (Retina, 15-inch, Early 2013) processor 2,8 GHz Intel Core i7,
GPU NVIDIA GeForce GT 650M.


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