Hi ,
I have been using ethereal for more than 6 months. Now, I am working on how to improve the performace of ethereal ( ofcourse to an extent related to the project I am working for). Now, I want to try out with other compiler i,e. OpenMP compiler. When I am trying to implement this compiler in place of gcc , I am facing some problems.
Can any one guide me in this.
I am trying to provide the complier " omcc " while configuring .
./configure CC=omcc
But , this fails . Reports a Glib error while configuring.
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: GLib2 distribution not found.
=================
with gcc it works fine.
Instead , I followed another way out. tried changing the make file by replacing gcc with omcc. Even this doesnt work.
Can any one suggest the correct way out.
Thanks .
Best Regards,
Karthika