PATCH: only generate dependencies if using gcc

2008-07-07 Thread Bostock James
Hi, The attached patch changes the build process so that dependencies are only generated if gcc is being used. The patch only includes the changes to configure.in and Makefile.in - I left out the changes to configure because I have a different version of autoconf. -james kannel_depend.patch De

Re: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Stipe Tolj
Bostock James schrieb: Hi, The attached patch changes the build process so that dependencies are only generated if gcc is being used. The patch only includes the changes to configure.in and Makefile.in - I left out the changes to configure because I have a different version of autoconf. looks

Re: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Stipe Tolj
Stipe Tolj schrieb: Can you point out why you need to omit the .depend file creation if the compiler is not gcc? i.e. the Intel CC handles the options and can build without changes. Stipe --- Kölner Landstrasse 419 40589 Düssel

RE: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Bostock James
> From: Stipe Tolj > Sent: 07 July 2008 19:17 > > Stipe Tolj schrieb: > > > > Can you point out why you need to omit the .depend file creation if the > > compiler is not gcc? > > i.e. the Intel CC handles the options and can build without changes. > The native compilers for AIX, HP-UX and Solari

Re: PATCH: only generate dependencies if using gcc

2008-07-08 Thread Andreas Fink
On 08.07.2008, at 06:16, Bostock James wrote: From: Stipe Tolj Sent: 07 July 2008 19:17 Stipe Tolj schrieb: Can you point out why you need to omit the .depend file creation if the compiler is not gcc? i.e. the Intel CC handles the options and can build without changes. The native compi

Re: PATCH: only generate dependencies if using gcc

2008-07-08 Thread Stipe Tolj
Andreas Fink schrieb: MacOS X also often has issues with precompiled headers due to the fact that Apple's GCC variant can compile multiple architectures in one go (for example if you pass -arch ppc -arch i386 -arch ppc64 -arch x86_64). In this case the precompiled headers can be different as

Re: PATCH: only generate dependencies if using gcc

2008-07-10 Thread Stipe Tolj
Bostock James schrieb: Hi, The attached patch changes the build process so that dependencies are only generated if gcc is being used. The patch only includes the changes to configure.in and Makefile.in - I left out the changes to configure because I have a different version of autoconf. any ot