In addition, it is also useful to add "-xarch=native and -xcode=pic32" to
CFLAGS
-xcode=pic32 helps linking with .so libraries which are not solaris-savvy
(the equivalent of linux's -G / -fPIC)
-xarch=native will optimise the code for the same machine it is compiling
on (good if all your machines
On 25/04/14 22:48, Eric Covener wrote:
> On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally wrote:
>> can you please provide more info how can i build it to 64-bit... apache 2.2
>> tar file from apache link does not say the bit level information
>
> The bit level is not really a property of sour
On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally wrote:
> can you please provide more info how can i build it to 64-bit... apache
> 2.2 tar file from apache link does not say the bit level information
>
Build apr, apr-util, and httpd with
CC="cc -m64" ./configure ...
Replace cc with gcc if n
On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally wrote:
> can you please provide more info how can i build it to 64-bit... apache 2.2
> tar file from apache link does not say the bit level information
The bit level is not really a property of source code.
You'll have to consult the manual for
can you please provide more info how can i build it to 64-bit... apache 2.2
tar file from apache link does not say the bit level information
Regards
Venu
On Fri, Apr 25, 2014 at 3:41 PM, Eric Covener wrote:
> On Fri, Apr 25, 2014 at 4:40 PM, venu thangalapally
> wrote:
> > Guys.. do we have a
On Fri, Apr 25, 2014 at 4:40 PM, venu thangalapally wrote:
> Guys.. do we have a 32-bit and 64-bit apache 2.2.27 http server ? for
> soalris ?
>
You can build it either way.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apac
Guys.. do we have a 32-bit and 64-bit apache 2.2.27 http server ? for
soalris ?
Regards
Venu