Thread: glib and 5.3?
View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 09:12 AM
Rick Jones
 
Posts: n/a
Default Re: glib and 5.3?

Dave <dacooley@gmail.com> wrote:
> You might try GCC for a compiler...
> It is "Gnu aware" and may be more compatible with the libs etc you
> downloaded


If I can avoid it I really don't want to force anyone to use a
specific compiler, and rather like BIND, I want to be able to compile
netperf4 with the "platform" compiler. The idea is to have portable
code. And besides I have gcc exposure for netperf4 already via Linux
and OSX.

I've experimented a bit and found that saying:

CC=xlc ./configure

makes things rather happier trying to compile netperf4 than when it
was I suspect just defaulting to "cc". There were some issues with
DNS defines but I've worked-around those and am now in the process of
learning dbx to debug some core dumps I'm getting.

rick jones
--
portable adj, code that compiles under more than one compiler
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...

Reply With Quote