Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread DeAngelo Lampkin
Apparently some of the compile options need to be delimited by commas for compilers on SGI IRIX64 system. For a quick refresher on what the error was, the following error shows up during the Makefile.PL run: ld32: FATAL 9: I/O error (1110): No such file or directory The way to get rid of

RE: Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread Wilt, Paul
Lampkin [mailto:dlampkin;xencor.com] Sent: Monday, October 28, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: Irix64 mod_perl compile problems - SOLVED. Apparently some of the compile options need to be delimited by commas for compilers on SGI IRIX64 system. For a quick refresher on what the error

RE: Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread Wilt, Paul
- From: DeAngelo Lampkin [mailto:dlampkin;xencor.com] Sent: Monday, October 28, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: Irix64 mod_perl compile problems - SOLVED. Apparently some of the compile options need to be delimited by commas for compilers on SGI IRIX64 system. For a quick

RE: Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread DeAngelo Lampkin
10:41 AM To: Wilt, Paul; DeAngelo Lampkin; '[EMAIL PROTECTED]' Subject: RE: Irix64 mod_perl compile problems - SOLVED. DeAngelo: Quick follow-up! I looked in our setups and found that we actually use the LFLAGS (versus the CFLAGS) variable to pass this information to the linker. Try uncommenting