[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bswap16{32} problem



>> If you can't find any problems, can you can also send me the  
>> output of
>>
>> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -DBUILD_ROKEN_LIB - 
>> DBUILD_ROKEN_LIB                     -Wall -Wmissing-prototypes - 
>> Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested- 
>> externs -DINET6 -g -O2 -c bswap.c  -fPIC -DPIC -E
>>
>> when run in lib/roken
>>
>> Love
>>
>>
>>
>>
> I can't find any problems (my C skills are too slight).
> I have attached the output of the above command.

The reason if failes is that that autoconf test failes to find the  
bswap functions and tries to
build replacement functions.

Can you forward your config.log to me privatly (no need to send it to  
the list).

Love