Jump to content

Trouble with ./configure


Recommended Posts

I have been unable to configure any programs since I upgraded to ML10.0. The installation did not go smoothly and I had to skip some files to continue. I wrote them all down and thought I had installed them later. But, I still suspect something is missing. Anyway, I have tried to track down the configure problem but just can not make sense of the errors in config.log. I'm not sure where to look for the problem.

 

No matter the program, the config.log complains about confdefs.h. A typical config.log file is attached.

 

Thanks for the help.

 

-Chris

 

[moved from Software by spinynorman]

config.log.txt

Link to comment
Share on other sites

Can't help with the error but I can tell you there is a rpm for aytmm 0.4.6.

 

What probably is missing are some devel packages. If you look in the errors when you run ./configure it will probably complain about some missing program. Check if you have installed that program and if you have installed program-devel.

 

Good luck.

Link to comment
Share on other sites

Here is the output:

 

[chris@localhost ayttm-0.4.6]$ ./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for gcc... gcc

checking for C compiler default output file name... configure: error: C compiler cannot create executables

See `config.log' for more details.

Link to comment
Share on other sites

configure:2302: checking for C compiler version
configure:2305: i586-mandrake-linux-gnu-gcc --version </dev/null >&5
i586-mandrake-linux-gnu-gcc (GCC) 3.4.1 (Mandrakelinux (Cooker) 3.4.1-1mdk)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

I googled some and found that one of the causes of this error could be incompatible libs. It seems you have a version of gcc that is from cooker (mine is gcc-3.3.2-6mdk/ Mandrake 10) that probably doesn't like some 'older' bits on your computer.

 

So uninstall this version of gcc and install the one from the CDs.

 

Good luck.

Edited by devries
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...