My knowledge about gcc compiler/linker is somewhere near to minimalistic. I wrote a program using the 'ezxdisp' egg in M$ Windows.
The ONLY WAY I am able to successfully compile the program and run is using the command "*csc ezxx.scm -deploy*" and then copy the ezxdisp.so library(101kB) from C:\chicken\lib\chicken\5 to where the exe file resides. I would prefer to statically link the library. If I compile using "csc ezxx.scm -static" and then run the exe file, I get a GUI message "(require) cannot load extension ezxdisp ##sys#require <--" and then fails to execute the program. IS there a correct way to compile the program statically into ONE 'exe' file? Thank you everyone - Jo
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
