Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 13:00:16 -0700 (PDT)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/39826: update-port: devel/stlport (compile BROKEN on latest 4-STABLE)
Message-ID:  <200206252000.g5PK0G385893@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39826; it has been noted by GNATS.

From: Oliver Lehmann <lehmann@ans-netz.de>
To: Paul Marquis <pmarquis@pobox.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/39826: update-port: devel/stlport (compile BROKEN on latest 4-STABLE)
Date: Tue, 25 Jun 2002 21:49:31 +0200

 On Tue, 25 Jun 2002 15:16:11 -0400
 Paul Marquis <pmarquis@pobox.com> wrote:
 
 > The main library is built with g++, while the test program is built 
 > with c++.  Can you verify that they're both pointing to the same 
 > executable (which g++, which c++)?
 
 it does
 
 >  Do you have any aliases that 
 > might conflict?
 
 nope
 
 > The path to the new header file looks strange.  I get 
 > /usr/include/g++/new, not /usr/include/g++/g++/new.  Do you have 
 > multiple compilers installed?
 
 nope
 
 olivleh1@kartoffel olivleh1> locate new | grep '/new$'
 /usr/include/g++/new
 /usr/local/include/stlport/new
 olivleh1@kartoffel olivleh1> ls -l /usr/include/g++/g++
 lrwxr-xr-x  1 root  wheel  16 Aug 21  2001 /usr/include/g++/g++ ->
 /usr/include/g++
 olivleh1@kartoffel olivleh1> which g++
 /usr/bin/g++
 olivleh1@kartoffel olivleh1> which c++
 /usr/bin/c++
 olivleh1@kartoffel olivleh1> ls -l /usr/bin/g++ /usr/bin/c++
 -r-xr-xr-x  3 root  wheel  71376 Jun 23 01:43 /usr/bin/c++
 -r-xr-xr-x  3 root  wheel  71376 Jun 23 01:43 /usr/bin/g++
 olivleh1@kartoffel olivleh1> ls -l /usr/include/g++/new
 -r--r--r--  1 root  wheel  1207 Nov 20  2000 /usr/include/g++/new
 olivleh1@kartoffel olivleh1> c++ --version
 2.95.4
 olivleh1@kartoffel olivleh1> g++ --version
 2.95.4
 olivleh1@kartoffel olivleh1> md5 /usr/bin/c++
 MD5 (/usr/bin/c++) = 6557d12f2ce53f51163b80659036c1ff
 olivleh1@kartoffel olivleh1> md5 /usr/bin/g++
 MD5 (/usr/bin/g++) = 6557d12f2ce53f51163b80659036c1ff
 olivleh1@kartoffel olivleh1> 
 
 
 Greetings, Oliver
 -- 
 :======>   Oliver Lehmann   <======:     clear perl code  is better than
 :====>  lehmann@ans-netz.de   <====:      unclear awk code; but NOTHING
 :===>   http://www.pofo.de/    <===:    comes close to  unclear perl code
 :=>   http://wishlist.pofo.de/   <=:     (taken from  comp.lang.awk FAQ)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206252000.g5PK0G385893>