LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GCC Problems (https://www.linuxquestions.org/questions/linux-software-2/gcc-problems-400539/)

marty00 01-07-2006 09:56 AM

GCC Problems
 
Hey was wondering could anyone help me with this. Im running Suse 10. and im trying to install Openvpn 2.0 from source.
After i tried to configure i get this reply.
checking for C compiler default output... configure: error: C compiler cannot create executables

The compiler was working fine untill now.
Id apreciate any help, really want to get my VPN up.
Thanks, Martin

Tinkster 01-08-2006 06:49 PM

Hi, and welcome to LQ!


That kind of message occasionally crops up if you have
values for CFLAGS in your environment that may conflict
with what ./configure is after.

Have a look at
env|grep FLAGS
If there are any values try to unset the variable, and
rerun configure. You should also look at the configure.log
for more detail.


Cheers,
Tink


All times are GMT -5. The time now is 03:04 AM.