Now I use 'export MONO_NO_UNLOAD=1', and I recompiled mono with ICU suport (as explain me Gert Driesen in his email. The email is attached).

Now, Nant compile right, but every time that I execute Nant.exe, It works fine, but at the end it crash with a Segmentation fault.

Look this output when I execute NAnt.exe with -help:

-------------------------------------------------------
# mono NAnt.exe --help
NAnt 0.85 (Build 0.85.1551.0; mono-1.0.unix; nightly; 31/03/04)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Unknown argument '--help'

Try 'nant -help' for more information
Segmentation fault (core dumped)
[EMAIL PROTECTED] bin]# mono NAnt.exe -help
NAnt 0.85 (Build 0.85.1551.0; mono-1.0.unix; nightly; 31/03/04)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

NAnt comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain
conditions set out by the GNU General Public License.  A copy of the license
is available in the distribution package and from the NAnt web site.

Usage : NAnt [options] <target> <target> ...
Options :

-defaultframework:<text> use given framework as default (Short format: /k)
-buildfile:<text> use given buildfile (Short format: /f)
-v[erbose][+|-] displays more information during build process
-debug[+|-] displays debug information during build process -disable-ee[+|-] disables expression evaluator
-q[uiet][+|-] displays only error or warning messages during build process
-find[+|-] search parent directories for buildfile
-indent:<number> indentation level of build output
-D:<text> use value for given property
-logger:<text> use given type as logger
-l[ogfile]:<filename> use value as name of log output file
-listener:<text> add an instance of class as a project listener
-projecthelp[+|-] prints project help information
-nologo[+|-] surpresses display of the logo banner
-h[elp][+|-] prints this message


A file ending in .build will be used if no buildfile is specified.
Segmentation fault (core dumped)
-------------------------------------------------------

If I would use NAnt to compile NDoc, it does right, but at the end It crash:

]# mono NAnt.exe -buildfile:/usr/src/mono-dev/ndoc/NDoc.build
NAnt 0.85 (Build 0.85.1551.0; mono-1.0.unix; nightly; 31/03/04)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file://usr/src/mono-dev/ndoc/NDoc.build
Target(s) specified: compile

check-current-build-config:

set-build-configuration:

set-debug-build-configuration:
.
.
.
BUILD SUCCEEDED

Total time: 4 seconds.

[delete] Deleting file /usr/src/mono-dev/ndoc/bin/mono/1.0/NDoc.snk.

BUILD SUCCEEDED

Total time: 61.3 seconds.

Segmentation fault (core dumped)


What's the matter?


Thanks to all....


Best Regards.



------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to