[Mono-list] A Build Profiles Issue
Pablo Fischer
pablo@pablo.com.mx
Tue, 06 Jan 2004 23:44:26 -0600
Hi!
Well, thanks for all for helping me with the enviroment vars that use
the build system of mcs.
Now, I'm creating a profile (build/profiles/debian.make) adding this
text:
MONO_PATH=/home/unmada/debian/mono-0.28/runtime:/home/unmada/debian/mono-0.28/debian/tmp/usr/lib:/home/unmada/debian/monopackage
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/unmada/debian/monopackage BOOTSTRAP_MCS=/home/unmada/debian/monopackage/mcs
LD_LIBRARY_PATH=/home/unmada/debian/mono-0.28/debian/libmono0/usr/lib:/home/unmada/debian/mono-0.28/runtime
RUNTIME=/home/unmada/debian/mono-0.28/debian/mono-jit/usr/bin/mono.exe
profile-check:
PROFILE_MCS_FLAGS = -d:NET_1_1
And then I build it with
$ make PROFILE=debian
And obvious, it stops, why? don't know.. but I found that if I export
every variable it start compiling some libs but then it stops again
giving me an error that It can not find corlib.dll (and corlib is in the
mono path!).
Also, I was looking the other profiles and any of them export their
variables.
And yes, if I type:
$ make EVERY_VAR.. like..
$ make MONO_PATH=blabla PATH=blabla BOOTSTRAP_MCS=blabla..
it compiles ok!, so I think the error is in my profile.
Any help please?
Thanks
Pablo