X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=samples%2Fembed%2Fteste.c;h=2183ccbb50bee875511c03a22ae71475208c50fa;hb=52cb2c951a414b8f2d6c95b5630c0d1688214a45;hp=acfcabee6e608e977bbd1a4213317bc21b7948dd;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/samples/embed/teste.c b/samples/embed/teste.c index acfcabee6e6..2183ccbb50b 100644 --- a/samples/embed/teste.c +++ b/samples/embed/teste.c @@ -5,7 +5,7 @@ /* * Very simple mono embedding example. * Compile with: - * gcc -o teste teste.c `pkg-config --cflags --libs mono` -lm + * gcc -o teste teste.c `pkg-config --cflags --libs mono-2` -lm * mcs test.cs * Run with: * ./teste test.exe @@ -39,7 +39,7 @@ main(int argc, char* argv[]) { int retval; if (argc < 2){ - fprintf (stderr, "Please provide an assembly to load"); + fprintf (stderr, "Please provide an assembly to load\n"); return 1; } file = argv [1]; @@ -49,7 +49,6 @@ main(int argc, char* argv[]) { * if you are planning on using the dllmaps defined on the * system configuration */ - mono_set_dirs (NULL, NULL); mono_config_parse (NULL); /* * mono_jit_init() creates a domain: each assembly is