On 04/07/14 15:08, Raphael Manfredi wrote:
> That's funny, because this is exactly what is expected :-)
>
> OK, so let's figure out why Configure cannot detect this blatant IEEE
> support...
>
> What does
>
>       grep ISieee754Sys bar
>
> output on the SPARC?
>
> If you look carefully at the floating point representation of the
> ascii_be[] array, you'll see they form the ASCII letters:
>
>       I S i e e e 7 5 4 S y s \0
>
> And that's the "string" that should be present in the binary.
>
> If grep says it's there, can you try with:
>
>       make bar.o
>       grep ISieee754Sys bar.o
>
> The latter is the test done by Configure.

Ah I think we are finding the problem, the grep command returns nothing. 
/usr/bin/grep on Solaris 10 only grep's text files.

% grep ISieee754Sys bar

However, the string "ISieee754Sys" is indeed in the binary since I can 
see it by using the strings command.

% strings bar | grep ISieee754Sys
ISieee754Sys

% strings bar.o | grep ISieee754Sys
ISieee754Sys

Jake

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to