This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap/4221: Suffix somehow gets partially ignored
- To: gcc-gnats at gcc dot gnu dot org
- Subject: bootstrap/4221: Suffix somehow gets partially ignored
- From: davids at webmaster dot com
- Date: Tue, 4 Sep 2001 01:49:32 -0700
>Number: 4221
>Category: bootstrap
>Synopsis: Suffix somehow gets partially ignored
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Sep 04 01:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: David Schwartz
>Release: 3.0.1
>Organization:
WebMaster, Incorporated
>Environment:
System: Linux youknow.youwant.to 2.4.10-pre2 #13 SMP Fri Aug 31 18:42:55 PDT 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../configure --program-suffix=301 --enable-threads --enable-languages=c,c++,java
>Description:
Some programs get the suffix, some don't. See the following 'ls -la':
-rwxr-xr-x 1 root root 1022 Sep 4 01:41 addr2name.awk301
-rwxr-xr-x 4 root root 278620 Sep 4 01:41 c++
-rwxr-xr-x 1 root root 202345 Sep 4 01:41 c++filt
-rwxr-xr-x 1 root root 279079 Sep 4 01:41 cpp
-rwxr-xr-x 4 root root 278620 Sep 4 01:41 g++
-rwxr-xr-x 2 root root 274756 Sep 4 01:41 gcc
-rwxr-xr-x 1 root root 15296 Sep 4 01:41 gccbug
-rwxr-xr-x 1 root root 284958 Sep 4 01:41 gcj
-rwxr-xr-x 1 root root 291012 Sep 4 01:41 gcjh
-rwxr-xr-x 1 root root 117527 Sep 4 01:41 gcov
-rwxr-xr-x 1 root root 115528 Sep 4 01:41 gij301
-rwxr-xr-x 4 root root 278620 Sep 4 01:41
i686-pc-linux-gnu-c++
-rwxr-xr-x 4 root root 278620 Sep 4 01:41
i686-pc-linux-gnu-g++
-rwxr-xr-x 2 root root 274756 Sep 4 01:41
i686-pc-linux-gnu-gcc
-rwxr-xr-x 1 root root 176411 Sep 4 01:41 jar301
-rwxr-xr-x 1 root root 304625 Sep 4 01:41 jcf-dump
-rwxr-xr-x 1 root root 131433 Sep 4 01:41 jv-convert301
-rwxr-xr-x 1 root root 198079 Sep 4 01:41 jv-scan
>How-To-Repeat:
Compile as described above. Do a 'make install' and look at the filenames.
>Fix:
I'm not sure, but whatever the makefile bug is, fix it. ;)
DS
>Release-Note:
>Audit-Trail:
>Unformatted:
Many installed files don't get a suffix
non-critical