> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 14 December 2001 13:30
> trawick 01/12/14 04:29:37 > > Modified: build instdso.sh > Log: > take over DSO installation from libtool on all platforms, for both > "make install" and "apxs -i" > > since we don't link with Apache DSOs we don't need the .la files > > since we load Apache DSOs with explicit path information we don't > need any other system-specific magic to be performed > > Revision Changes Path > 1.2 +6 -7 httpd-2.0/build/instdso.sh > > Index: instdso.sh > =================================================================== > RCS file: /home/cvs/httpd-2.0/build/instdso.sh,v > retrieving revision 1.1 > retrieving revision 1.2 [...] Wouldn't it be better to try and get libtool to behave on AIX (one of the platforms it doesn't work on)? Currently, someone is trying to get subversion to build, link and install on AIX. Subversion has a lot of library inter dependencies. Lets see where that leads. Sander
