Hi, Am trying to execute mono on ARM platform. Associated pkglib and glib are also built for ARM. build was successful. However when i tried to execute mono on ARM target i get an error as follows
*/usr/local/dotnet/bin # ./mono ./mono: 1: Syntax error: word unexpected (expecting ")")* ** I thought my build probably went wrong somewhere and hence tried to search for the problem in net. During that time i came across mono tar built for ARM target. So downloaded all 3 and executed on target. Am getting the same problem as mentioned above. */ # mono /usr/bin/mono: 1: Syntax error: word unexpected (expecting ")")* I've sent PATH, LD_LIBRARY_PATH and PKG_CONFIG_PATH as follows bfore exuting mono. */ # export PATH=$PATH:/usr/bin* */ # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib / # export PKG_CONFIG_PATH=/usr/lib/pkgconfig* Kindly Help. Regards Amudha Kaliamoorthi
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
