Bruce & Breeanna Rennie wrote:
> I am running Unicon Version 11.7.  January 22, 2010 on Fedora 13.
>... 
> I downloaded the Unicon 11.7 and installed. Neither command sequence is 
> adding the prefix to the icode files. I am at a loss at the moment.

Me too.  I just upgraded to Unicon 11.7 on my CentOS 5 box and built
using make X-Configure name=amd64_linux.

I still see the header being properly installed:
----------------------------------------------------------
->unicon version.icn
Parsing version.icn: .
/opt/unicon/bin/icont -c   -O version.icn /tmp/uni18923791
Translating:
version.icn:
   main
No errors
/opt/unicon/bin/icont  version.u
Linking:

->head -8 version
#!/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+"$@"}
exec iconx $0 ${1+"$@"}

->version
Unicon Version 11.7.  January 22, 2010
         UNIX
         POSIX
         DBM
         ASCII
         co-expressions
         dynamic loading
         environment variables
         event monitoring
         external functions
         keyboard functions
         large integers
         multiple programs
         pipes
         pseudo terminals
         system function
         messaging
         graphics
         3D graphics
         X Windows
         libz file compression
         PNG images
         SQL via ODBC
         Binaries at /opt/unicon/bin/
->
-------------------------------------------------------------
I don't have a clue why you're not seeing the same!

-Steve
-- 
Steve Wampler -- [email protected]
The gods that smiled on your birth are now laughing out loud.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to