[Mono-list] A Build Profiles Issue
Pablo Fischer
pablo@pablo.com.mx
Wed, 07 Jan 2004 16:12:38 -0600
Hi Peter!
Yeah, then I added the 'export' command/statement to each var and it
works.. but just for a moment cause when it starts compiling a lib (I
dont remember which one) it stops giving me a message that corlib.dll
and other lib and apps could not be found.
Seeya!
El mié, 07-01-2004 a las 14:41, Peter Williams escribió:
> Hi Pablo,
>
> On Wed, 2004-01-07 at 00:44, Pablo Fischer wrote:
> > 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.
>
> Have you tried adding 'export' statements to your profile?
>
> export MONO_PATH
> export PATH
> export BOOTSTRAP_MCS
> ....
>
> That causes make to set the variable for sub-makes and set it in the
> environment, which is what you need for the PATH variables.
>
> Peter