Bugzilla – Bug 4168
Trailing slash in libdir paths causes build error on AIX
Last modified: 2006-01-24 11:21:09
You need to log in before you can comment on or make changes to this bug.
A trailing slash on the libdir paths in four makefile.ams causes a buld error on AIX. Please update the following makefile.ams to remove the trailing slash on the libdir paths: gt\wsrf\c\core\providers\test_service\ResourcePropertiesTestService\Makefile.am (5): ResourcePropertiesTestServicelibdir = $(GLOBUS_LOCATION)/lib/globus_service_modules/wsrf/services/ gt\wsrf\c\core\tests\interop\source\WidgetService\Makefile.am(5): WidgetServicelibdir = $(GLOBUS_LOCATION)/lib/globus_service_modules/wsrf/services/ gt\wsrf\c\samples\counter\secure-service\SecureCounterService\Makefile.am(5): SecureCounterServicelibdir = $(GLOBUS_LOCATION)/lib/globus_service_modules/wsrf/services/ gt\wsrf\c\samples\counter\source\CounterService\Makefile.am(5): CounterServicelibdir = $(GLOBUS_LOCATION)/lib/globus_service_modules/wsrf/services/ Found 4 occurrence(s) in 4 file(s)
I fixed those packages you mentioned and also updated the Makefile.am template in the cgen package to have it discard any trailing / in the libpath when creating the Makefile.am files. joe