Hi,

I am thinking of adding detection of native cc in configure of mod_webapp
Native cc:
+++
$ /usr/ccs/bin/nm httpd | grep __udiv64                                         
[844]   |    604760|       0|FUNC |GLOB |0    |UNDEF  |__udiv64
$ /usr/ccs/bin/nm httpd | grep __lshrdi3
+++                                        
Gcc:
+++
$ /usr/ccs/bin/nm httpd | grep __udiv64                                         
[878]   |    611312|       0|FUNC |GLOB |0    |UNDEF  |__udiv64                 
$ /usr/ccs/bin/nm httpd | grep __lshrdi3                                        
[1170]  |    503176|     100|FUNC |GLOB |0    |9      |__lshrdi3                
+++

It sounds that we just have to add detection of nm.

Any comments?

Cheers

Jean-frederic

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to