This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Guillermo Ballester Valor <gbv@oxixares.com> writes:
> Hello,
>
> I've downloaded gcc-3.4.0-20040406.tar.bz2, unziped and so on.
>
> From an objdir I configured:
>
> gbv@gauss:/tmp/objdir> ../gcc-3.4.0-20040406/configure
> --prefix=/usr/local/gcc-3.4 --program-suffix=-3.4
>
> and bootstraped with success.
>
> BUT when installing I got the following (something is searching for 3.4.1)
>
> for tool in gcjh jv-scan jcf-dump \
> gij jv-convert rmic rmiregistry ; do \
> tool_transformed_name=`echo $tool|sed 's,$,-3.4,;'`; \
> man_name=/usr/local/gcc-3.4/man/man1/${tool_transformed_name}.1; \
> rm -f $man_name ; \
> /usr/bin/ginstall -c -m 644 doc/${tool}.1 $man_name; \
> chmod a-x $man_name ; \
> done
> /usr/bin/ginstall: no se puede efectuar `stat' sobre `doc/gcjh.1': No existe
> el fichero o el directorio
Please run next time with an english locale. Ok, this looks easy:
doc/gcjh.1 is not there. It will be in the release tar ball but you
need the proper tools to generate them for a normal CVS tar ball,
Andreas
--
Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |