Gentlemen Is there a reason for tomcat use of makefiles? I have used Ant successfully for a number of engagements with spectacular results. The difference is like driving a yugo and a Ferrari..once you increase the amount of functionaility of your environment by 100 you will not go back Ant has the capability to compile and link any C++ file along with starting,stopping processes and emailing logs to admins..thats only the tip of it's capabilities. Has there been any effort to rewrite these makefiles to user friendly Ant build.xml? Thanks, Martin Gainty OOA/OOD Developer/Instructor
----- Original Message ----- From: "David Meier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 8:53 AM Subject: Error in mod_jk Makefile? > I am trying to build mod_jk-1.2.5 from source on FreeBSD 4.9-RELEASE and I > encounter at the end of the build process the following error: > > ... > /usr/local/bin/bash /usr/local/apache/build/libtool --silent > --mode=install cp `pwd`/mod_jk.so > libtool: install: you must specify a destination > Try `libtool --help --mode=install' for more information. > *** Error code 1 > > Whe looking at the Makefile it looks like the build stops at that command: > > ... > mod_jk.so: mod_jk.la > $(LIBTOOL) --mode=install cp $< `pwd`/$@ > ... > > Unfortunately, I have no expirience in writing Makefiles, however, it > looks like that line does not work on FreeBSD. > > Anyone any idea to rewrite that line or to edit the command manually? Thanks. > > Dave. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]