Duke, cfunc.u comes from ipl/cfuncs and it should normally get rebuilt/updated when Unicon is built from sources, but apparently it did not in this case. You might try compiling cfunc.u in the ipl/cfuncs directory and copying the result over into ipl/lib -- that might work, but there might be additional complications of cfuncs/ being out of date, such as .obj files not working if the C compiler has changed. Since you are working on Windows, Jafar may have better suggestions for you.
The C calling interface is under-used on Windows, so while some of us may be happy to help you get it working, it may require some tweaking to the iconx.exe to make it work with the current C compiler. Regards, Clint ________________________________________ From: Duke Normandin <[email protected]> Sent: Thursday, January 08, 2015 2:18 PM To: Unicon List Subject: [Unicon-group] Linking issue I found the utility app "htget" in the Unicon/ipl/progs directory Compiling... Parsing htget.icn: ... Translating: htget.icn: main No errors Linking: version mismatch in ucode file C:\Unicon\ipl\lib/cfunc.u ucode version: U12.0.00 expected version: U12.1.00 How do I update cfunc.u ? -- Duke ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
