Aldo Calpini escreveu:
> basically, I'm trying to find a way to "smooth out" the process of
> porting an application that already have a Configure-type script (the
> kind of script which gathers configuration variables by probing
> headers and running small test executables to determine features).
Danny Backx escreveu:
> On Sun, 2007-02-04 at 14:58 +, Pedro Alves wrote:
>
>> Hi Danny,
>>
>> [EMAIL PROTECTED] escreveu:
>>
>>> -mkdir -p ${PREFIX}/${TARGET}/include/w32api
>>> -cp -rf ${BASE_DIRECTORY}/w32api/include/*.h
>>> ${PREFIX}/${TARGET}/include/w32api || exit 1
>>> +
hello there,
I know this mailing list is about developing cegcc, while my questions
are more about *using* cegcc, but I'll try anyway :-)
basically, I'm trying to find a way to "smooth out" the process of
porting an application that already have a Configure-type script (the
kind of script which g
On Sun, 2007-02-04 at 14:58 +, Pedro Alves wrote:
> Hi Danny,
>
> [EMAIL PROTECTED] escreveu:
> > -mkdir -p ${PREFIX}/${TARGET}/include/w32api
> > -cp -rf ${BASE_DIRECTORY}/w32api/include/*.h
> > ${PREFIX}/${TARGET}/include/w32api || exit 1
> > +mkdir -p ${PREFIX}/${TARGET}/includ