Error creating executables

hi,
I am getting error when trying to create binaaries for Xerces C++

error is
configure:error:installation:cofihuration error:compiler cant create executables

???????????

Thanks in advance im using AIX flavour of IBM

Im using ./configure command to create binaries.Its saying c compiler doesnt work how can i able to do it plz help

What compilers does your system have installed?

Hi

I am using cc for AIX compiler version 5

and also has gcc version 3.0.1

Are there any linking libraries missing . I have all the rights to create executables

It is not able to find cc in my system and giving message
checking for c compiler works...... no

My guess would be it doesn't understand how to use the IBM compiler. Can you try forcing it to use gcc with

CC="gcc" ./configure

where should i run this command in my main folder or i have to first set the variables

please put some detailed light on this
thanks

$ cd source-directory
$ CC="gcc" ./configure

yeah, just set that variable then export it.