According to J. op den Brouw: > When running 'make install' all's installed well > > (.././install ......) > > but when doing install-strip, install fails because of > wrong path > > (./install ....) > > I did look at the makefile but couldn't locate the problem. Using > HP-UX 10.20
If I'm not mistaken, this problem would have been in 3.1.x since 3.1.0b3, when the install-strip target was added. The problem is it passes a modified INSTALL_PROGRAM makefile variable to the subdirectories, overriding the ones in those subdirectories' Makefiles. This is OK for absolute paths, but not for relative ones. I don't have the time today to work out a proper fix for this, but I'll try tomorrow unless someone else can beat me to it. I'm thinking it should be handled with a case statement in the loop that handles INSTALLDIRS in the install target, to add the "../" if INSTALL_PROGRAM is relative. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev
