This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2006 19:07:18 -0000
- Subject: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
- References: <bug-26165-91@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-08 19:07 -------
Subject: Re: 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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165