Hi,

I'm having a small problem installing the "unicon" binary (I have no problem
building it.)

I built the source distribution in /opt/build, and then installed it in
/opt/unicon.  Here's what happens when I try compiling a file "pq.icn":


$ unicon pq.icn
Parsing pq.icn: .
/opt/unicon/bin/iconxicont -c   -O pq.icn /tmp/uni68145781
sh: /opt/unicon/bin/iconxicont: not found
mara-ko$ pwd
/home/ko/netrel/eval/v6
mara-ko$ /opt/unicon/bin/unicon pq.icn
Parsing pq.icn: .
/opt/unicon/bin/iconxicont -c   -O pq.icn /tmp/uni10450949
sh: /opt/unicon/bin/iconxicont: not found
$ 

Could someone (maybe Clint) explain what is the intent of the variables at the
top of the unicon binary, i.e.

$ head -7 /opt/unicon/bin/unicon 
#!/bin/sh
IXBIN=/opt/unicon/bin/iconx
IXLCL=`echo $0 | sed 's=[^/]*$=iconx='`

[ -n "$ICONX" ] && exec "$ICONX" $0 ${1+"$@"}
[ -x $IXLCL ] && exec $IXLCL $0 ${1+"$@"}
[ -x $IXBIN ] && exec $IXBIN $0 ${1+"$@"}
$

I had to edit these by hand, and I suspect I didn't do it right.


                                 Kostas

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to