public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* installaion help
@ 1999-06-11 11:06 Srivathsan Srinivasagopalan
  1999-06-11 13:23 ` Alexandre Oliva
  1999-06-30 15:43 ` Srivathsan Srinivasagopalan
  0 siblings, 2 replies; 8+ messages in thread
From: Srivathsan Srinivasagopalan @ 1999-06-11 11:06 UTC (permalink / raw)
  To: egcs

Hi,
	I am getting the following error message while trying to configure
the latest egcs.
--------------------
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]38 % ./configure
Configuring for a sparc-sun-solaris2.5.1 host.
Created "Makefile" in /bne/home/vathsan/EGCS/egcs-1.1.2 using "mh-frag"
kpsetool: texmf.cnf not found.
texhash: global Kpathsea configurarion file texmf.cnf not found.

Please set the environment variable TETEXDIR or TEXMFCNF correctly.
For details see the teTeX and the Kpathsea manual
kpsetool: language.dat not found.
kpsetool: modes.mf not found.
kpsetool: texmf.cnf not found.
Links are now set up to build a native compiler for sparc-sun-solaris2.5.1
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]39 % 
-----------------

   Where can I find the manual teTex and Kpathsea manual ? And I don't
find the files (texmf.cnf or the executable kpsetool) anywhere. And also,
I do not know what path I must set for the environment variable.

Thanks in advance for your time.

Cheers,
Srivathsan Srinivasagopalan (Vathsan Sri)

Router Management Lab			ESN:     248-6057
Nortel Networks				Ph : 978-288-6057
Billerica, MA 01821			Fax: 978-670-8145
_________________________________________________________	

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

* Re: installaion help
  1999-06-11 11:06 installaion help Srivathsan Srinivasagopalan
@ 1999-06-11 13:23 ` Alexandre Oliva
  1999-06-11 13:38   ` Srivathsan Srinivasagopalan
  1999-06-30 15:43   ` Alexandre Oliva
  1999-06-30 15:43 ` Srivathsan Srinivasagopalan
  1 sibling, 2 replies; 8+ messages in thread
From: Alexandre Oliva @ 1999-06-11 13:23 UTC (permalink / raw)
  To: Srivathsan Srinivasagopalan; +Cc: egcs

On Jun 11, 1999, Srivathsan Srinivasagopalan <vathsan@baynetworks.com> wrote:

>    Where can I find the manual teTex and Kpathsea manual?

In your teTeX installation.  Anyway, you probably don't need them.
texinfo is part of the egcs build just to create the .info files, and
no TeX support is needed.  We could probably strip those tests from
the texinfo configure...

Anyway, you can probably ignore those errors and proceed to bootstrap.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists

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

* Re: installaion help
  1999-06-11 13:23 ` Alexandre Oliva
@ 1999-06-11 13:38   ` Srivathsan Srinivasagopalan
  1999-06-11 20:26     ` Jeffrey A Law
  1999-06-30 15:43     ` Srivathsan Srinivasagopalan
  1999-06-30 15:43   ` Alexandre Oliva
  1 sibling, 2 replies; 8+ messages in thread
From: Srivathsan Srinivasagopalan @ 1999-06-11 13:38 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: egcs

Hi,
	On the execution of bootstrap, it fails to find command 'ar' in
the makefile I suppose. Below is the message:
------------------------
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]39 % make bootstrap-lean
make[1]: Entering directory `/bne/home/vathsan/EGCS/egcs-1.1.2/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   choose-temp.c -o
pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   concat.c -o
pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   cplus-dem.c -o
pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   fdmatch.c -o
pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   fnmatch.c -o
pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getopt.c -o
pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getopt1.c -o
pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getruntime.c -o
pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   floatformat.c -o
pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   objalloc.c -o
pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   obstack.c -o
pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   pexecute.c -o
pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  pexecute.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   spaces.c -o
pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   strerror.c -o
pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   strsignal.c -o
pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xatexit.c -o
pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xexit.c -o
pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xmalloc.c -o
pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xstrdup.c -o
pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xstrerror.c -o
pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   asprintf.c -o
pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   basename.c -o
pic/basename.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  basename.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   sigsetmask.c -o
pic/sigsetmask.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  sigsetmask.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   vasprintf.c -o
pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  vasprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   vfork.c -o
pic/vfork.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  vfork.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o
getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o
spaces.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o
xstrerror.o  asprintf.o basename.o sigsetmask.o vasprintf.o vfork.o
make[1]: ar: Command not found
make[1]: *** [libiberty.a] Error 127
make[1]: Leaving directory `/bne/home/vathsan/EGCS/egcs-1.1.2/libiberty'
make: *** [all-libiberty] Error 2
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]40 % 
------------------------------------------------------------------



Srivathsan Srinivasagopalan (Vathsan Sri)

Router Management Lab			ESN:     248-6057
Nortel Networks				Ph : 978-288-6057
Billerica, MA 01821			Fax: 978-670-8145
_________________________________________________________	


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

* Re: installaion help
  1999-06-11 13:38   ` Srivathsan Srinivasagopalan
@ 1999-06-11 20:26     ` Jeffrey A Law
  1999-06-30 15:43       ` Jeffrey A Law
  1999-06-30 15:43     ` Srivathsan Srinivasagopalan
  1 sibling, 1 reply; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-11 20:26 UTC (permalink / raw)
  To: Srivathsan Srinivasagopalan; +Cc: Alexandre Oliva, egcs

  In message < Pine.GSO.3.96.990611163440.11360J-100000@aditya >you write:
  > 
  > Hi,
  > 	On the execution of bootstrap, it fails to find command 'ar' in
  > the makefile I suppose. Below is the message:
Building egcs requires some basic tools, "ar" is but one.  You should try
to find out where "ar" lives on your system and make sure that directory
is in your path.
jeff

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

* Re: installaion help
  1999-06-11 13:38   ` Srivathsan Srinivasagopalan
  1999-06-11 20:26     ` Jeffrey A Law
@ 1999-06-30 15:43     ` Srivathsan Srinivasagopalan
  1 sibling, 0 replies; 8+ messages in thread
From: Srivathsan Srinivasagopalan @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: egcs

Hi,
	On the execution of bootstrap, it fails to find command 'ar' in
the makefile I suppose. Below is the message:
------------------------
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]39 % make bootstrap-lean
make[1]: Entering directory `/bne/home/vathsan/EGCS/egcs-1.1.2/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   choose-temp.c -o
pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   concat.c -o
pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   cplus-dem.c -o
pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   fdmatch.c -o
pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   fnmatch.c -o
pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getopt.c -o
pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getopt1.c -o
pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   getruntime.c -o
pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   floatformat.c -o
pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   objalloc.c -o
pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   obstack.c -o
pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   pexecute.c -o
pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  pexecute.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   spaces.c -o
pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   strerror.c -o
pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   strsignal.c -o
pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xatexit.c -o
pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xexit.c -o
pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xmalloc.c -o
pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xstrdup.c -o
pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   xstrerror.c -o
pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  xstrerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   asprintf.c -o
pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   basename.c -o
pic/basename.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  basename.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   sigsetmask.c -o
pic/sigsetmask.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  sigsetmask.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   vasprintf.c -o
pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  vasprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include   vfork.c -o
pic/vfork.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  vfork.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o
getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o
spaces.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o
xstrerror.o  asprintf.o basename.o sigsetmask.o vasprintf.o vfork.o
make[1]: ar: Command not found
make[1]: *** [libiberty.a] Error 127
make[1]: Leaving directory `/bne/home/vathsan/EGCS/egcs-1.1.2/libiberty'
make: *** [all-libiberty] Error 2
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]40 % 
------------------------------------------------------------------



Srivathsan Srinivasagopalan (Vathsan Sri)

Router Management Lab			ESN:     248-6057
Nortel Networks				Ph : 978-288-6057
Billerica, MA 01821			Fax: 978-670-8145
_________________________________________________________	


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

* Re: installaion help
  1999-06-11 13:23 ` Alexandre Oliva
  1999-06-11 13:38   ` Srivathsan Srinivasagopalan
@ 1999-06-30 15:43   ` Alexandre Oliva
  1 sibling, 0 replies; 8+ messages in thread
From: Alexandre Oliva @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Srivathsan Srinivasagopalan; +Cc: egcs

On Jun 11, 1999, Srivathsan Srinivasagopalan <vathsan@baynetworks.com> wrote:

>    Where can I find the manual teTex and Kpathsea manual?

In your teTeX installation.  Anyway, you probably don't need them.
texinfo is part of the egcs build just to create the .info files, and
no TeX support is needed.  We could probably strip those tests from
the texinfo configure...

Anyway, you can probably ignore those errors and proceed to bootstrap.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists

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

* Re: installaion help
  1999-06-11 20:26     ` Jeffrey A Law
@ 1999-06-30 15:43       ` Jeffrey A Law
  0 siblings, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Srivathsan Srinivasagopalan; +Cc: Alexandre Oliva, egcs

  In message < Pine.GSO.3.96.990611163440.11360J-100000@aditya >you write:
  > 
  > Hi,
  > 	On the execution of bootstrap, it fails to find command 'ar' in
  > the makefile I suppose. Below is the message:
Building egcs requires some basic tools, "ar" is but one.  You should try
to find out where "ar" lives on your system and make sure that directory
is in your path.
jeff

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

* installaion help
  1999-06-11 11:06 installaion help Srivathsan Srinivasagopalan
  1999-06-11 13:23 ` Alexandre Oliva
@ 1999-06-30 15:43 ` Srivathsan Srinivasagopalan
  1 sibling, 0 replies; 8+ messages in thread
From: Srivathsan Srinivasagopalan @ 1999-06-30 15:43 UTC (permalink / raw)
  To: egcs

Hi,
	I am getting the following error message while trying to configure
the latest egcs.
--------------------
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]38 % ./configure
Configuring for a sparc-sun-solaris2.5.1 host.
Created "Makefile" in /bne/home/vathsan/EGCS/egcs-1.1.2 using "mh-frag"
kpsetool: texmf.cnf not found.
texhash: global Kpathsea configurarion file texmf.cnf not found.

Please set the environment variable TETEXDIR or TEXMFCNF correctly.
For details see the teTeX and the Kpathsea manual
kpsetool: language.dat not found.
kpsetool: modes.mf not found.
kpsetool: texmf.cnf not found.
Links are now set up to build a native compiler for sparc-sun-solaris2.5.1
[aditya:/bne/home/vathsan/EGCS/egcs-1.1.2]39 % 
-----------------

   Where can I find the manual teTex and Kpathsea manual ? And I don't
find the files (texmf.cnf or the executable kpsetool) anywhere. And also,
I do not know what path I must set for the environment variable.

Thanks in advance for your time.

Cheers,
Srivathsan Srinivasagopalan (Vathsan Sri)

Router Management Lab			ESN:     248-6057
Nortel Networks				Ph : 978-288-6057
Billerica, MA 01821			Fax: 978-670-8145
_________________________________________________________	

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

end of thread, other threads:[~1999-06-30 15:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-11 11:06 installaion help Srivathsan Srinivasagopalan
1999-06-11 13:23 ` Alexandre Oliva
1999-06-11 13:38   ` Srivathsan Srinivasagopalan
1999-06-11 20:26     ` Jeffrey A Law
1999-06-30 15:43       ` Jeffrey A Law
1999-06-30 15:43     ` Srivathsan Srinivasagopalan
1999-06-30 15:43   ` Alexandre Oliva
1999-06-30 15:43 ` Srivathsan Srinivasagopalan

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