Opened 11 years ago

Closed 11 years ago

#308 closed enhancement (wontfix)

Add more info to "C Compiler not found"

Reported by: Arthur Helfstein Fragoso Owned by:
Priority: minor Milestone:
Component: nginx-core Version: 1.3.x
Keywords: Cc:
uname -a: Linux Slack 3.2.29 #2 SMP Mon Sep 17 14:19:22 CDT 2012 x86_64 Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz GenuineIntel GNU/Linux
nginx -V: 1.3.13

Description

I was receiving "C compiler not found", and couldn't figure out why. After looking into the configuration script I found the error log file that helped me to find that I was missing some libraries: libmpc and libmpfr.

I'd recommend to let the user know where to look for more info. So here is a patch to my suggestion.

file: nginx/auto/feature

[arthur@XPS auto]$ diff feature.old feature

114c114
<     echo " not found"
---
>     echo " not found (check $NGX_AUTOCONF_ERR for more info)"

Change History (2)

comment:1 by Maxim Dounin, 11 years ago

There are lots of "not found" messages printed under normal conditions, and adding link to autoconf.err to all of them is certainly wrong.

comment:2 by Maxim Dounin, 11 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.