OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : Platform Hints : IBM AIX : Running "make depend" causes problems? | |
You may have problems running make depend using some AIX
compilers. If you can safely skip running make depend by
running make clean before each make.
Installing the GNU C Compiler (gcc) or a varient is also an option.
| |
The build/mkdep.aix script is provided for making dependencies using the AIX compilers, but must be selected manually: make depend MKDEP=$PWD/build/mkdep.aix | |
[Append to This Answer] |
Previous: | configure: error: pthread.h and pthread_create are not compatible |
Next: | AIX Linking Problems |
|