[webstack-discuss] Compiling mod_python on Indiana.

2008-03-11 Thread Seema Alevoor
Which version of cc are you using ? -- Seema. Jason J. W. Williams wrote: > Hey Rahul, > > Its build 79a (Indiana DP2). I did find a workaround though. Edit > /usr/apache2/2.2/build/config_vars.mk and remove -xc99=all from the > CFLAGS line. > > -J > > > > On 3/8/08, rahul wrote: >> | Has a

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-11 Thread Jason J. W. Williams
Hi Seema, It's Sun Studio 12. "cc -V" reports: cc: Sun C 5.9 SunOS_i386 2007/05/03 -J On Tue, Mar 11, 2008 at 3:59 AM, Seema Alevoor wrote: > Which version of cc are you using ? > > -- Seema. > > > > Jason J. W. Williams wrote: > > Hey Rahul, > > > > Its build 79a (Indiana DP2). I did find

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-08 Thread rahul
| Has anyone seen the following error when compiling Apache modules on | OpenSolaris (Indiana): | | cc: -xc99=lib is not available on SunOS 5.1 | | Seems to be triggered by libtool being called with the -xc99=all option by | apxs. Trying to get around it atm. Any pointers would be greatly | appre

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-08 Thread Jason J. W. Williams
Hey Rahul, Its build 79a (Indiana DP2). I did find a workaround though. Edit /usr/apache2/2.2/build/config_vars.mk and remove -xc99=all from the CFLAGS line. -J On 3/8/08, rahul wrote: > | Has anyone seen the following error when compiling Apache modules on > | OpenSolaris (Indiana): > | > |

[webstack-discuss] Compiling mod_python on Indiana.

2008-03-07 Thread Jason J. W. Williams
Hello, Has anyone seen the following error when compiling Apache modules on OpenSolaris (Indiana): cc: -xc99=lib is not available on SunOS 5.1 Seems to be triggered by libtool being called with the -xc99=all option by apxs. Trying to get around it atm. Any pointers would be greatly appreciated.