public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/4036: Changed library search path (2.95 vs 3.0)
@ 2002-02-25  9:46 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-02-25  9:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wolfgang.bangerth

Synopsis: Changed library search path (2.95 vs 3.0)

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Feb 25 09:02:02 2002
State-Changed-Why:
    Closed upon request of submitter.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4036


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

* other/4036: Changed library search path (2.95 vs 3.0)
@ 2002-02-25  8:26 Wolfgang Bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Bangerth @ 2002-02-25  8:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/4036; it has been noted by GNATS.

From: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: other/4036: Changed library search path (2.95 vs 3.0) 
Date: Mon, 25 Feb 2002 17:04:31 +0100 (MET)

 With the resolution of PR 4037, I found that also PR 4036 is solved. Can
 someone please close it?
 
 Regards
   Wolfgang
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth          email: wolfgang.bangerth@iwr.uni-heidelberg.de
                              www: http://gaia.iwr.uni-heidelberg.de/~wolf
 
 


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

* other/4036: Changed library search path (2.95 vs 3.0)
@ 2001-08-16  5:36 wolfgang.bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: wolfgang.bangerth @ 2001-08-16  5:36 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4036
>Category:       other
>Synopsis:       Changed library search path (2.95 vs 3.0)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 16 05:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
Sun Solaris 2.7
>Description:
I don't even know whether this is a bug, the docs are very
brief on that, nevertheless: on Sun, gcc2.95 searched
/opt/SUNWspro/lib for libraries given with -l on the link
line, while gcc3 does not do that any more. It's a little
annoying but not that important. There's a more important bug
lurking around the next corner, but see next report.

Regards
  Wolfgang

examples/step-1> cat a.cc
int main () 
{};

examples/step-1> c++ a.cc -lsunmath
/usr/local/bin/ld: cannot find -lsunmath
collect2: ld returned 1 exit status

examples/step-1> c++ -v
Reading specs from /home/people/wolf/Config/sparc-sun-solaris2.7/gcc-ss/lib/gcc-lib/sparc-sun-solaris2.7/3.0.1/specs
Configured with: ../gcc/configure --prefix=/home/people/wolf/Config/sparc-sun-solaris2.7/gcc-ss --with-gnu-ld --with-gnu-as --with-ld=/usr/local/bin/ld --with-as=/usr/local/bin/as
Thread model: posix
gcc version 3.0.1 20010814 (prerelease)


examples/step-1> /usr/local/gcc/gcc/bin/c++ a.cc -lsunmath

examples/step-1> /usr/local/gcc/gcc/bin/c++ -v            
Reading specs from /usr/local/gcc/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
>How-To-Repeat:
cat "int main(){};" > a.cc ; c++ a.cc -lsunmath
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-02-25 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-25  9:46 other/4036: Changed library search path (2.95 vs 3.0) rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-02-25  8:26 Wolfgang Bangerth
2001-08-16  5:36 wolfgang.bangerth

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