Hello rastersoft This seems to be more a gcc issue, not a vala issue. Remember that it is possible to pass options from vala to the gcc via the following options in valac: --cc=COMMAND Use COMMAND as C compiler command -X, --Xcc=OPTION... Pass OPTION to the C compiler This should help you. I don't know much about cross-compiling and static linking of glibc but this is a gcc thing and it it should be possible with your generated ccode from vala. (You can produce the ccode via the -C option )
Regards Jörn Am Donnerstag, den 28.01.2010, 23:00 +0100 schrieb rastersoft: > rastersoft _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
