Hi Everyone,
I'm getting a "/usr/bin/ld: skipping incompatible
/usr/local/lib/libgcc_s.so when searching for -lgcc_s" when compiling
some of the openmpi 1.3 examples. The programs still compile and run.
Does anyone know if this warning is something I should be concerned
about and/or how I can get it resolved.
Thanks,
Gary
[admin_at_compute-0-39 progs]$ /usr/local/bin/mpicc hello.c -o hello
/usr/bin/ld: skipping incompatible /usr/local/lib/libgcc_s.so when
searching for -lgcc_s
|