Solaris 10 issue with 0.7.10+ builds w/ patch fix
Victor Iggy
lists at ruby-forum.com
Sat Sep 13 22:18:57 MSD 2008
Igor Sysoev wrote:
> On Fri, Sep 12, 2008 at 12:52:53AM +0200, Victor Iggy wrote:
>
>> >
>> > On OpenSolaris 2008.05 it shows:
>> >
>> > checking for posix_memalign() ... not found
>> > checking for memalign() ... found
>>
>> checking for posix_memalign() ... found
>> checking for memalign() ... found
>
> What does
>
> grep memalign /usr/include/stdlib.h
>
> show ?
Included Sun Express Studio headers as well, which don't have any
memalign functions.
# grep memalign /usr/include/stdlib.h
extern void *memalign(size_t, size_t);
extern void *memalign();
# grep memalign /opt/SunStudioExpress/prod/include/CC/stlport4/stdlib.h
# grep memalign
/opt/SunStudioExpress/prod/include/CC/stlport4/stdlib.h.SUNWCCh
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list