public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/26165]  New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
@ 2006-02-07 21:41 dnovillo at gcc dot gnu dot org
  2006-03-08 19:05 ` [Bug libgomp/26165] " aldyh at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2006-02-07 21:41 UTC (permalink / raw)
  To: gcc-bugs

After 'make install', the installed compiler cannot find libgomp.spec.  The
problem seems to be that we are not looking in <inst>/lib64:

$ export PATH=$HOME/gomp.clean/native.x86_64/bin:$PATH

$ which gcc
~/gomp.clean/native.x86_64/bin/gcc

$ gcc -o a a.c -fopenmp -O2
a.c: In function 'main':
gcc: libgomp.spec: No such file or directory

$ find ~/gomp.clean/native.x86_64 -name libgomp.spec
/home/cygnus/dnovillo/gomp.clean/native.x86_64/lib64/libgomp.spec

$ cp /home/cygnus/dnovillo/gomp.clean/native.x86_64/lib64/libgomp.spec
/home/cygnus/dnovillo/gomp.clean/native.x86_64/lib/libgomp.spec

$ gcc -o a a.c -fopenmp -O2
$ ./a
./a: error while loading shared libraries: libgomp.so.1: cannot open shared
object file: No such file or directory

$ export LD_LIBRARY_PATH=$HOME/gomp.clean/native.x86_64/lib64:$LD_LIBRARY_PATH

$ ./a
I'm thread 0
I'm thread 3
I'm thread 1
I'm thread 2

Perhaps the two problems are related?  This works just fine on x86.  We neither
have to set LD_LIBRARY_PATH by hand nor we need to move libgomp.spec around.


-- 
           Summary: Cannot find libgomp.spec after 'make install' on x86_64
                    and ppc64
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dnovillo at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
@ 2006-03-08 19:05 ` aldyh at gcc dot gnu dot org
  2006-03-08 19:07   ` Andrew Pinski
  2006-03-08 19:07 ` pinskia at physics dot uc dot edu
                   ` (15 subsequent siblings)
  16 siblings, 1 reply; 20+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-03-08 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- 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.


-- 

aldyh at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at gcc dot gnu dot org
         AssignedTo|unassigned at gcc dot gnu   |aldyh at gcc dot gnu dot org
                   |dot org                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-03-08 19:05 ` [Bug libgomp/26165] " aldyh at gcc dot gnu dot org
@ 2006-03-08 19:07   ` Andrew Pinski
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Pinski @ 2006-03-08 19:07 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

> 
> 
> 
> ------- 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


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
  2006-03-08 19:05 ` [Bug libgomp/26165] " aldyh at gcc dot gnu dot org
@ 2006-03-08 19:07 ` pinskia at physics dot uc dot edu
  2006-03-09 20:07 ` dnovillo at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at physics dot uc dot edu @ 2006-03-08 19:07 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
  2006-03-08 19:05 ` [Bug libgomp/26165] " aldyh at gcc dot gnu dot org
  2006-03-08 19:07 ` pinskia at physics dot uc dot edu
@ 2006-03-09 20:07 ` dnovillo at gcc dot gnu dot org
  2006-06-05  9:35 ` martin at mpa-garching dot mpg dot de
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2006-03-09 20:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dnovillo at gcc dot gnu dot org  2006-03-09 20:07 -------

> Diego, is this still an issue on mainline?  I can look into the runtime error,
> though.
> 
Works now.  I can live with the LD_LIBRARY_PATH problem.  Though I don't
remember how we handle other libraries like libgfortran and libstc++ (I do need
to set LD_LIBRARY_PATH for fortran, IIRC).


-- 

dnovillo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-03-09 20:07 ` dnovillo at gcc dot gnu dot org
@ 2006-06-05  9:35 ` martin at mpa-garching dot mpg dot de
  2006-06-05  9:55 ` martin at mpa-garching dot mpg dot de
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-06-05  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from martin at mpa-garching dot mpg dot de  2006-06-05 09:25 -------
I just ran into the compile time problem on x86_64 again. Apparently lib64/ is
not searched for libgomp.spec.


-- 

martin at mpa-garching dot mpg dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at mpa-garching dot
                   |                            |mpg dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-06-05  9:35 ` martin at mpa-garching dot mpg dot de
@ 2006-06-05  9:55 ` martin at mpa-garching dot mpg dot de
  2006-06-08 10:10 ` martin at mpa-garching dot mpg dot de
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-06-05  9:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from martin at mpa-garching dot mpg dot de  2006-06-05 09:45 -------
I just ran into the compile time problem on x86_64 again. Apparently lib64/ is
not searched for libgomp.spec.(In reply to comment #4)
> I just ran into the compile time problem on x86_64 again. Apparently lib64/ is
> not searched for libgomp.spec.

Could it be related to the fact that I have "--disable-multilib" in my
configure flags?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-06-05  9:55 ` martin at mpa-garching dot mpg dot de
@ 2006-06-08 10:10 ` martin at mpa-garching dot mpg dot de
  2006-06-12 21:13 ` dnovillo at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-06-08 10:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from martin at mpa-garching dot mpg dot de  2006-06-08 09:51 -------
I have now reproduced the problem on two different x86_64 systems. Could you
please reopen the PR?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-06-08 10:10 ` martin at mpa-garching dot mpg dot de
@ 2006-06-12 21:13 ` dnovillo at gcc dot gnu dot org
  2006-06-12 21:18   ` Andrew Pinski
  2006-06-12 21:18 ` pinskia at physics dot uc dot edu
                   ` (9 subsequent siblings)
  16 siblings, 1 reply; 20+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2006-06-12 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dnovillo at gcc dot gnu dot org  2006-06-12 21:10 -------

This is still an issue.  http://gcc.gnu.org/ml/fortran/2006-06/msg00178.html


-- 

dnovillo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-06-12 21:13 ` dnovillo at gcc dot gnu dot org
@ 2006-06-12 21:18 ` pinskia at physics dot uc dot edu
  2006-10-28 14:27 ` franke dot daniel at gmail dot com
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at physics dot uc dot edu @ 2006-06-12 21:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at physics dot uc dot edu  2006-06-12 21:18 -------
Subject: Re:  Cannot find libgomp.spec after 'make install' on x86_64 and ppc64

> 
> 
> 
> ------- Comment #7 from dnovillo at gcc dot gnu dot org  2006-06-12 21:10 -------
> 
> This is still an issue.  http://gcc.gnu.org/ml/fortran/2006-06/msg00178.html

I think this is only an issue when you have a normal multi lib x86_64 but use
--disable-multilib.

-- Pinski


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-06-12 21:13 ` dnovillo at gcc dot gnu dot org
@ 2006-06-12 21:18   ` Andrew Pinski
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Pinski @ 2006-06-12 21:18 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

> 
> 
> 
> ------- Comment #7 from dnovillo at gcc dot gnu dot org  2006-06-12 21:10 -------
> 
> This is still an issue.  http://gcc.gnu.org/ml/fortran/2006-06/msg00178.html

I think this is only an issue when you have a normal multi lib x86_64 but use
--disable-multilib.

-- Pinski


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-06-12 21:18 ` pinskia at physics dot uc dot edu
@ 2006-10-28 14:27 ` franke dot daniel at gmail dot com
  2006-11-23  9:22 ` martin at mpa-garching dot mpg dot de
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: franke dot daniel at gmail dot com @ 2006-10-28 14:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from franke dot daniel at gmail dot com  2006-10-28 14:27 -------
I ran into this on a x86_64 running some flavour of debian. Since I can not
alter the system setup, I have to compile svn sources with multilib disabled
(otherwise the build process stops due to various errors). There wasn't any
problem up until recently when I tried to compile an OMP enabled fortran
program:

$> gfortran-4.2-svn -fopenmp foo.f
gfortran-4.2-svn: libgomp.spec: No such file or directory

$> cat foo.f
      PROGRAM main
      END PROGRAM

$> gfortran-4.2-svn
Using built-in specs.
Target: x86_64-linux
Configured with: ../../svn/gcc-4.2-branch/configure
--prefix=$(localpath)/gcc-4.2-svn --with-gmp=$(localpath)/gmp-4.2.1
--with-mpfr=$(localpath)/mpfr-2.2.0 --enable-bootstrap --enable-threads=posix
--enable-shared --with-system-zlib --program-suffix=-4.2-svn --disable-multilib
x86_64-linux --disable-nls --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.2.0 20061026 (prerelease)


Any suggestions how to work around this problem? Setting up my own toolchain
is, due to quota, not an option.


-- 

franke dot daniel at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |franke dot daniel at gmail
                   |                            |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2006-10-28 14:27 ` franke dot daniel at gmail dot com
@ 2006-11-23  9:22 ` martin at mpa-garching dot mpg dot de
  2007-01-29  9:44 ` doerr at kis dot uni-freiburg dot de
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-11-23  9:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from martin at mpa-garching dot mpg dot de  2006-11-23 09:22 -------
I can still reproduce the compilation problem with today's mainline.
I'll try with the 4.2 branch as soon as possible.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2006-11-23  9:22 ` martin at mpa-garching dot mpg dot de
@ 2007-01-29  9:44 ` doerr at kis dot uni-freiburg dot de
  2007-01-29 10:05 ` martin at mpa-garching dot mpg dot de
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: doerr at kis dot uni-freiburg dot de @ 2007-01-29  9:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from doerr at kis dot uni-freiburg dot de  2007-01-29 09:43 -------
Hi,
I still get the same problem after installing the gcc-4.2-20070124 on OpenSUSE
10.2 for amd64 only (configured with --disable-multilib).
$prefix/lib64 is in my ld.so.conf as well as in $LD_LIBRARY_PATH.

It seems that this bug was not fixed within one year, so is there any
possibility to work around it?

Greetings,
  Hans-Peter Doerr


-- 

doerr at kis dot uni-freiburg dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doerr at kis dot uni-
                   |                            |freiburg dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2007-01-29  9:44 ` doerr at kis dot uni-freiburg dot de
@ 2007-01-29 10:05 ` martin at mpa-garching dot mpg dot de
  2007-03-23  7:50 ` martin at mpa-garching dot mpg dot de
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2007-01-29 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from martin at mpa-garching dot mpg dot de  2007-01-29 10:04 -------
Well, I just copy libgomp.spec from lib64/ to lib/ by hand after installing.
For the long term this not the right thing of course, but as a quick fix it
works.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2007-01-29 10:05 ` martin at mpa-garching dot mpg dot de
@ 2007-03-23  7:50 ` martin at mpa-garching dot mpg dot de
  2007-10-19  6:34 ` skaller at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2007-03-23  7:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from martin at mpa-garching dot mpg dot de  2007-03-23 07:49 -------
Could you please have a look at this before 4.2.0 is released?
It seems (at least to me), that a lot can be gained (i.e. OpenMP
works on x86_64) by very little work. Or is the proposed workaround
(installing libgomp.spec in another path) incorrect for some reason?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2007-03-23  7:50 ` martin at mpa-garching dot mpg dot de
@ 2007-10-19  6:34 ` skaller at users dot sourceforge dot net
  2008-07-12 16:02 ` gcc at abeckmann dot de
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: skaller at users dot sourceforge dot net @ 2007-10-19  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from skaller at users dot sourceforge dot net  2007-10-19 06:33 -------
Confirm this also with SVN as at around 15 Oct 2007,
version 4.3, a bit before revision 129472.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2007-10-19  6:34 ` skaller at users dot sourceforge dot net
@ 2008-07-12 16:02 ` gcc at abeckmann dot de
  2008-08-12 18:21 ` froydnj at gcc dot gnu dot org
  2008-11-12 14:36 ` froydnj at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: gcc at abeckmann dot de @ 2008-07-12 16:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from gcc at abeckmann dot de  2008-07-12 16:01 -------
Hi,

this bug (not searching for libgomp.spec in the correct place) is still present
in the gcc-4_3-branch as of today (r137745).

Configured on an amd64 Debian testing/unstable machine:
../gcc-4_3-branch/configure --prefix=/.../some/where/gcc-4.3.x
--enable-languages=c,c++

There are two (identical) libgomp.spec installed in .../gcc-4.3.x/lib{32,64}/
and after copying one to lib/ it is also found.


Andreas


-- 

gcc at abeckmann dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc at abeckmann dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2008-07-12 16:02 ` gcc at abeckmann dot de
@ 2008-08-12 18:21 ` froydnj at gcc dot gnu dot org
  2008-11-12 14:36 ` froydnj at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: froydnj at gcc dot gnu dot org @ 2008-08-12 18:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from froydnj at gcc dot gnu dot org  2008-08-12 18:20 -------
Subject: Bug 26165

Author: froydnj
Date: Tue Aug 12 18:19:08 2008
New Revision: 139031

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139031
Log:
        PR libgomp/26165

        * gcc.c (include_spec_function): Tweak call to find_a_file.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcc.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64
  2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2008-08-12 18:21 ` froydnj at gcc dot gnu dot org
@ 2008-11-12 14:36 ` froydnj at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: froydnj at gcc dot gnu dot org @ 2008-11-12 14:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from froydnj at gcc dot gnu dot org  2008-11-12 14:34 -------
Fixed for 4.4.


-- 

froydnj at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-11-12 14:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-07 21:41 [Bug libgomp/26165] New: Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 dnovillo at gcc dot gnu dot org
2006-03-08 19:05 ` [Bug libgomp/26165] " aldyh at gcc dot gnu dot org
2006-03-08 19:07   ` Andrew Pinski
2006-03-08 19:07 ` pinskia at physics dot uc dot edu
2006-03-09 20:07 ` dnovillo at gcc dot gnu dot org
2006-06-05  9:35 ` martin at mpa-garching dot mpg dot de
2006-06-05  9:55 ` martin at mpa-garching dot mpg dot de
2006-06-08 10:10 ` martin at mpa-garching dot mpg dot de
2006-06-12 21:13 ` dnovillo at gcc dot gnu dot org
2006-06-12 21:18   ` Andrew Pinski
2006-06-12 21:18 ` pinskia at physics dot uc dot edu
2006-10-28 14:27 ` franke dot daniel at gmail dot com
2006-11-23  9:22 ` martin at mpa-garching dot mpg dot de
2007-01-29  9:44 ` doerr at kis dot uni-freiburg dot de
2007-01-29 10:05 ` martin at mpa-garching dot mpg dot de
2007-03-23  7:50 ` martin at mpa-garching dot mpg dot de
2007-10-19  6:34 ` skaller at users dot sourceforge dot net
2008-07-12 16:02 ` gcc at abeckmann dot de
2008-08-12 18:21 ` froydnj at gcc dot gnu dot org
2008-11-12 14:36 ` froydnj at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).