On Monday 30 August 2004 23:33, Howard Uman wrote: > Anyone had any luck doing this? I am having problems after I munge up > the AOLServer/include/Makefile.global and I get the following error: > > gcc: file path prefix >
I cant say much about Quantify, but I can say something about Purify. You need to link the AS as static monlith image. Use the --disable-shared option of the configure script. Note that you also need to link your Tcl the same way otherwise it wont work. With that setup I'm able to get a clean start of AS under Purify. This may help you with Quantify as well, or it may not, I don't know, but it's worth trying. Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
