In message <20100719091709.a70d72388...@eris.apache.org>, regi...@apache.org
writes:
>
> Author: regisxu
> Date: Mon Jul 19 09:17:09 2010
> New Revision: 965395
> 
> URL: http://svn.apache.org/viewvc?rev=965395&view=rev
> Log:
> samsa also need to link a2e module on z/OS.
> 
> Modified:
>     harmony/enhanced/java/trunk/jdktools/modules/samsa/src/main/native/samsa/
> unix/makefile
> 
> Modified: harmony/enhanced/java/trunk/jdktools/modules/samsa/src/main/native/
> samsa/unix/makefile
> URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/jdktools/module
> s/samsa/src/main/native/samsa/unix/makefile?rev=965395&r1=965394&r2=965395&vi
> ew=diff
> =============================================================================
> =
> --- harmony/enhanced/java/trunk/jdktools/modules/samsa/src/main/native/samsa/
> unix/makefile (original)
> +++ harmony/enhanced/java/trunk/jdktools/modules/samsa/src/main/native/samsa/
> unix/makefile Mon Jul 19 09:17:09 2010
> @@ -23,6 +23,4 @@ BUILDFILES = ../samsa.o
>  
>  EXENAME = $(LIBPATH)samsa
>  
> -MDLLIBFILES = 
> -
>  include $(HY_HDK)/build/make/rules.mk


Regis,

This breaks the samsa launcher so that although:

  hdk/jdk/jre/bin/java -version

works, the jdk tools samsa 'java':

  hdk/jdk/bin/java -version

do not - as it is now linked against libhythr which it doesn't need and
can't find.

I've reverted this in r979569.

Please use a z/OS specific ifdef to add just the library that z/OS needs
to link against - just a2e I assume not all of the defaults.

Regards,
 Mark.


Reply via email to