This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 8 Mar 2006 14:07:09 -0500 (EST)
- Subject: Re: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
>
>
>
> ------- Comment #1 from aldyh at gcc dot gnu dot org 2006-03-08 19:05 -------
> I can reproduce the runtime error, but not the compile error.
>
> pantani:/tmp/2$ type gcc
> gcc is /tmp/2/bin/gcc
> pantani:/tmp/2$ gcc a.c -fopenmp
> pantani:/tmp/2$ ./a.out
> ./a.out: error while loading shared libraries: libgomp.so.1: cannot open shared
> object file: No such file or directory
> pantani:/tmp/2$ uname -a
> Linux pantani 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:16:33 EDT 2005 x86_64
> x86_64 x86_64 GNU/Linux
>
>
> Diego, is this still an issue on mainline? I can look into the runtime error,
> though.
The runtime issue is most likey just not having the correct path in LD_LIBRARY_PATH.
-- Pinski