This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
BUG report
- To: gcc-bugs at gcc dot gnu dot org
- Subject: BUG report
- From: Philippe Benchemoul <pbenchem at wanadoo dot com>
- Date: Wed, 20 Sep 2000 10:41:00 +0200
- Organization: France Telecom Interactive
Hi,
I made a package of GCC-2.95.2 before installing it.
noc@test/space1/tmp/traceroute-1.4a5>gcc -v
Reading specs from /usr/local/progs/contrib/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)
noc@test/space1/tmp/traceroute-1.4a5>uname -a
SunOS pfq-dns1 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-1
Now I use gcc-2.95.2 to configure traceroute-1.4a5
And the error is:
noc@test/space1/tmp/traceroute-1.4a5>./configure
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.6
checking target system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking gcc version...
./configure: test: argument expected
I think that the problem is with my package or somethink like that.
Do you have an idea ?
Thanks in advance for your help.