DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16953>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16953 Libtool syntax errors during shared module build Summary: Libtool syntax errors during shared module build Product: Apache httpd-2.0 Version: 2.0.44 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Compiling in the modules/aaa directory with make local-build. During the build of each module.c to its .lo file, I get numerous syntax errors from src/apr/libtool. Tracing it out takes me to the grep -e test at lines 4265 and 4268. At this point the script's dependendcy_libs env vars equal "- L/usr/local/Berkeley -L/usr/local/lib". Problem #1 is that Solaris's grep doesn't support a "-e" option. I fixed this easily fixed by switching to egrep. However, problem #2 surfaces in those same lines in that the S and D env vars used in testing are both null, leading to yet another syntax complaint out of egrep. The S var is assigned the PWORKDIR var at line 4262 which is null, and nowhere assigned in the entire Apache distribution. I could find no assignment whatsoever for the D var in the libtool script. The make doesn't blow up, but I don't if that's a problem or not. ---dave k --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
