View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000312 | aMule | Misc | public | 2005-02-27 21:22 | 2005-02-28 21:36 |
|
Reporter | torsten | |
Assigned To | GonoszTopi | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 2.0.0-rc8 | |
Target Version | | Fixed in Version | | |
|
Summary | 0000312: configure script uses wrong options for gdlib-configure |
Description | 1. The configure script appends "--prefix=$gdlib_config_prefix" and "--exec-prefix=$gdlib_config_exec_prefix" to the arguments of gdlib-config (line 5811 and 5815). Both options are not recognized by gdlib-config. gdlib-config fails always if one of both configure options is used. It will work when both lines are removed.
2. gd.h is checked before gdlib-config is executed and the CPPFLAGS variable is extended by the path to gdlib include files. If gdlib is installed at a non default place gd.h will never be found. The second test after gdlib-config uses the cached value from first test. Without manually set CPPFLAGS=-I{path_to_gdlib_includes} it will not work |
Tags | No tags attached. |
|
Fixed in Revision | |
Operating System | |
|
Attached Files | |
|