Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
Lucas Lain wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 which version of gcc are you using...? On Wednesday 12 November 2003 21:10, Rhugga wrote: I am having an odd problem building php-4-3.2 on a Solaris 9 box. I built it fine several weeks ago w/o oracle support (oracle is installed

Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
Sorry about that, I meant I using gcc 3.3, using /usr/ccs/bin/as and /usr/ccs/bin/ld. -Chuck Lucas Lain wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 which version of gcc are you using...? On Wednesday 12 November 2003 21:10, Rhugga wrote: I am having an odd problem building php-4-3.2

Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
I finally got it built. I had to add --with-gnu-ld at first, then it had problems with ncurses support so I removed that. (Not sure what ncurses support gives me anyway???) Anyway, here is the configure command I used: ./configure --disable-static --x-libraries=/usr/openwin/lib

[PHP] Problem building on Solaris 9....

2003-11-12 Thread Rhugga
I am having an odd problem building php-4-3.2 on a Solaris 9 box. I built it fine several weeks ago w/o oracle support (oracle is installed and working fine). I now need to add oracle support so I went into the exact same source tree and deleted config.cache and then reconfigured with this

Re: [PHP] Problem building on Solaris 9....

2003-11-12 Thread Lucas Lain
which version of gcc r u using? On Wednesday 12 November 2003 21:10, Rhugga wrote: I am having an odd problem building php-4-3.2 on a Solaris 9 box. I built it fine several weeks ago w/o oracle support (oracle is installed and working fine). I now need to add oracle support so I went into the