search for: ramificiations

Displaying 1 result from an estimated 1 matches for "ramificiations".

Did you mean: ramifications
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
...SUN''s own compiler. If you have a problem with compiling > > I''ll give that a go, but Ruby compiles with GCC, so will the > libraries interoperate? There are dire warnings about this in the > changes docs for GCC, and I don''t know enough to test for the > ramificiations in any particular case. > OK, here is what I did #!/bin/sh -vx # vim:sw=2 for ld in /usr/ccs/bin/ld /usr/ucb/ld /usr/local/bin/ld do LD=$ld export LD for cc in gcc /progs/SUNWspro/bin/cc /usr/ucb/cc do CC=$cc export CC for cxx in g++ CC do CXX=$cxx...