Opened 12 years ago
Closed 12 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 , 12 years ago
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There are lots of "not found" messages printed under normal conditions, and adding link to autoconf.err to all of them is certainly wrong.