now I have this error:
Making all in runtime
d=`cd ../support && pwd`; \
sed
's,target="libMonoPosixHelper[^"]*",target="'$d/libMonoPosixHelper.la'",'
../data/config > etc/mono/configt
if test -z ""; then :; else \
sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="" />,'
etc/mono/configt > etc/mono/configtt; \
mv -f etc/mono/configtt etc/mono/configt; fi
mv -f etc/mono/configt etc/mono/config
/bin/sh ../mkinstalldirs _tmpinst/bin
mkdir -p -- _tmpinst/bin
cp mono-wrapper _tmpinst/bin/mono
echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \
r=`pwd`; m=`cd && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >>
_tmpinst/bin/ilasm ; \
chmod +x _tmpinst/bin/ilasm
echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \
r=`pwd`; m=`cd && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'"
"'"$m/class/lib/net_2_0/gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \
chmod +x _tmpinst/bin/gmcs
echo '#! /bin/sh' > _tmpinst/bin/dmcs ; \
r=`pwd`; m=`cd && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'"
"'"$m/class/lib/net_4_0/dmcs.exe"'" "$@"' >> _tmpinst/bin/dmcs ; \
chmod +x _tmpinst/bin/dmcs
echo '#! /bin/sh' > _tmpinst/bin/al2 ; \
r=`pwd`; m=`cd && pwd`; \
echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/al.exe"'"
"$@"' >> _tmpinst/bin/al2 ; \
chmod +x _tmpinst/bin/al2
if test -w ; then :; else chmod -R +w ; fi
cd && make NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_4_0 ' CC='gcc'
all-profiles
make[3]: *** No rule to make target `all-profiles'. Stop.
make[2]: *** [all-local] Error 2
What should I do?
Best regards,
Sylvain
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list