9 Oct
2012
9 Oct
'12
10:59 a.m.
Morris, Andi wrote:
I guess there’s something here to show what’s wrong? Is there any log created by make and make install?
They log what they're doing to standard out. The intention is for you to read it.
Do I need to specify an installation directory or does the code know where my existing installation is?
There is no magic in the code to discover your existing installation. Using "./configure --help" will show you the default install locations. Alan DeKok.