i am trying to
compile xsp and when i do gmake in the xsp directory this is the
error
Making all in doc
gmake[1]: Entering directory `/root/xsp-0.13/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/root/xsp-0.13/doc'
Making all in server
gmake[1]: Entering directory `/root/xsp-0.13/server'
/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll -r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe IApplicationHost.cs XSPApplicationHost.cs MonoWorkerRequest.cs InitialWorkerRequest.cs Tracing.cs server.cs ModMonoRequest.cs ModMonoWorkerRequest.cs AssemblyInfoModMono.cs
Bus error (core dumped)
gmake[1]: ***[mod-mono-server.exe] Error 138
gmake[1]: Leaving directory `/root/xsp-0.13/server'
gmake: *** [all-recursive] Error 1
