Re: Compiling to platform independent code
- Posted by agrellum Sep 07, 2018
- 2293 views
Works on OpenIndiana a.k.a SunOS with some extra libs.
gcc -I. *.c -o helloworld /export/home/agrellum/euphoria/bin/eu.a -lm -ldl -lpthread -lsocket -lnsl
Works on OpenIndiana a.k.a SunOS with some extra libs.
gcc -I. *.c -o helloworld /export/home/agrellum/euphoria/bin/eu.a -lm -ldl -lpthread -lsocket -lnsl