Re: [Cegcc-devel] Using cegcc with a Configure-type script

2007-02-05 Thread Pedro Alves
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).

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [879] trunk/cegcc/src

2007-02-05 Thread Pedro Alves
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 >>> +

[Cegcc-devel] Using cegcc with a Configure-type script

2007-02-05 Thread Aldo Calpini
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

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [879] trunk/cegcc/src

2007-02-05 Thread Danny Backx
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