From: Jay G. Scott
Subject: must be a FAQ, gcl and saved_gcl not found
Date: 
Message-ID: <cng4lq$j3$1@ns3.arlut.utexas.edu>
this must come up a lot, but my google search turned up a lot
of "it worked for me."

i'm trying to install gcl-2.6.5, solaris 9, sparc and intel.
both do the same thing:

gcl-tk/gcl.tcl gcl-tk/gcltkaux  |  (cd /opt/depot/2.6.5/lib/gcl-2.6.5 ;tar xf -)
tar: unixport/saved_gcl: No such file or directory
tar: info/*.info*: No such file or directory
tar: cmpnew/gcl_collectfn.o: No such file or directory
tar: lsp/gcl_info.o: No such file or directory
tar: unixport/init_gcl.lsp: No such file or directory
tar: unixport/libgcl.a: No such file or directory
tar: unixport/libgclp.a: No such file or directory
tar: gcl-tk/tkl.o: No such file or directory
tar: gcl-tk/tinfo.o: No such file or directory
tar: gcl-tk/demos/*.lsp: No such file or directory
tar: gcl-tk/demos/*.o: No such file or directory
tar: gcl-tk/gcltkaux: No such file or directory
if gcc --version | grep -i mingw >/dev/null 2>&1 ; then if grep -i oncrpc makedefs >/dev/null 2>&1 ; then cp /mingw/bin/oncrpc.dll /opt/depot/2.6.5/lib/gcl-2.6.5/unixport; fi ; fi
cd /opt/depot/2.6.5/lib/gcl-2.6.5/unixport && \
        mv saved_gcl temp && \
        echo '(reset-sys-paths "/opt/depot/2.6.5/lib/gcl-2.6.5/")\
              (si::save-system "saved_gcl")' | ./temp && \
        rm -f temp
/bin/bash: cd: /opt/depot/2.6.5/lib/gcl-2.6.5/unixport: No such file or directory


is there a fix?  i'm running configure with a --prefix but nothing interesting.

j.
-- 
Jay Scott		512-835-3553		··@arlut.utexas.edu
Head of Sun Support, Sr. Operating Systems Specialist
Applied Research Labs, Computer Science Div.                   S224
University of Texas at Austin

From: Camm Maguire
Subject: Re: must be a FAQ, gcl and saved_gcl not found
Date: 
Message-ID: <54d5ycqr9c.fsf@intech19.enhanced.com>
Greetings!  Looks like you didn't 'make' before 'make install'.  If
this does not clear it up, please post the full './configure && make
&& make install' output and I'll take a look.

Take care,

··@csdsun1.arlut.utexas.edu (Jay G. Scott) writes:

> this must come up a lot, but my google search turned up a lot
> of "it worked for me."
> 
> i'm trying to install gcl-2.6.5, solaris 9, sparc and intel.
> both do the same thing:
> 
> gcl-tk/gcl.tcl gcl-tk/gcltkaux  |  (cd /opt/depot/2.6.5/lib/gcl-2.6.5 ;tar xf -)
> tar: unixport/saved_gcl: No such file or directory
> tar: info/*.info*: No such file or directory
> tar: cmpnew/gcl_collectfn.o: No such file or directory
> tar: lsp/gcl_info.o: No such file or directory
> tar: unixport/init_gcl.lsp: No such file or directory
> tar: unixport/libgcl.a: No such file or directory
> tar: unixport/libgclp.a: No such file or directory
> tar: gcl-tk/tkl.o: No such file or directory
> tar: gcl-tk/tinfo.o: No such file or directory
> tar: gcl-tk/demos/*.lsp: No such file or directory
> tar: gcl-tk/demos/*.o: No such file or directory
> tar: gcl-tk/gcltkaux: No such file or directory
> if gcc --version | grep -i mingw >/dev/null 2>&1 ; then if grep -i oncrpc makedefs >/dev/null 2>&1 ; then cp /mingw/bin/oncrpc.dll /opt/depot/2.6.5/lib/gcl-2.6.5/unixport; fi ; fi
> cd /opt/depot/2.6.5/lib/gcl-2.6.5/unixport && \
>         mv saved_gcl temp && \
>         echo '(reset-sys-paths "/opt/depot/2.6.5/lib/gcl-2.6.5/")\
>               (si::save-system "saved_gcl")' | ./temp && \
>         rm -f temp
> /bin/bash: cd: /opt/depot/2.6.5/lib/gcl-2.6.5/unixport: No such file or directory
> 
> 
> is there a fix?  i'm running configure with a --prefix but nothing interesting.
> 
> j.
> -- 
> Jay Scott		512-835-3553		··@arlut.utexas.edu
> Head of Sun Support, Sr. Operating Systems Specialist
> Applied Research Labs, Computer Science Div.                   S224
> University of Texas at Austin

-- 
Camm Maguire			     			····@enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah
From: Jay G. Scott
Subject: Re: must be a FAQ, gcl and saved_gcl not found
Date: 
Message-ID: <cnglk4$1bh$1@ns3.arlut.utexas.edu>
In article <··············@intech19.enhanced.com>,
Camm Maguire  <····@enhanced.com> wrote:
>Greetings!  Looks like you didn't 'make' before 'make install'.  If
>this does not clear it up, please post the full './configure && make
>&& make install' output and I'll take a look.
>

no.  the smoke has finally cleared.

i had to go mangle some makefiles.  they didn't know how to find
libbdf and libiberty, for two.  CONST wasn't defined, for another.

anyway, it now seems to want to stick itself into emacs.
until i can get emacs going....

anyway, thanks for the sugg.

j.


-- 
Jay Scott		512-835-3553		··@arlut.utexas.edu
Head of Sun Support, Sr. Operating Systems Specialist
Applied Research Labs, Computer Science Div.                   S224
University of Texas at Austin
From: Jay G. Scott
Subject: Re: must be a FAQ, gcl and saved_gcl not found
Date: 
Message-ID: <cng6cp$jv$1@ns3.arlut.utexas.edu>
In article <···········@ns3.arlut.utexas.edu>,
Jay G. Scott <··@csdsun1.arlut.utexas.edu> wrote:
>
>this must come up a lot, but my google search turned up a lot
>of "it worked for me."
>
>i'm trying to install gcl-2.6.5, solaris 9, sparc and intel.
>both do the same thing:
>

[snip goofy stuff]

okay.  finally did things my usual way, and was able to retrieve
this, much more sensible, error:



In file included from ../h/include.h:37,
                 from fat_string.c:9:
../h/config.h:1:1: warning: "__ELF__" redefined
<built-in>:77:1: warning: this is the location of the previous definition
fat_string.c:17:17: bfd.h: No such file or directory
fat_string.c:18:21: bfdlink.h: No such file or directory
fat_string.c:229: error: parse error before "bfd_combined_table_update"
fat_string.c:229: error: parse error before "PTR"
fat_string.c:229: warning: return type defaults to `int'
fat_string.c: In function `bfd_combined_table_update':
fat_string.c:231: error: `ct' undeclared (first use in this function)
......
and so on.

i haven't had time to delve into fat_string.c, but i'm guessing
this is still a typical end user bobble?

rather than re-invent the wheel, etc., ....
j.
-- 
Jay Scott		512-835-3553		··@arlut.utexas.edu
Head of Sun Support, Sr. Operating Systems Specialist
Applied Research Labs, Computer Science Div.                   S224
University of Texas at Austin