You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/25 15:32:51 UTC

DO NOT REPLY [Bug 7447] New: - dynamic library on aix 4.3.3 and xalan-c

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=7447>.
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=7447

dynamic library on aix 4.3.3 and xalan-c

           Summary: dynamic library on aix 4.3.3 and xalan-c
           Product: XalanC
           Version: 1.3.x
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: benoit.amiot@hummingbird.com


Hi,

I am trying to use xalan C on AIX 4.3.3 in a dynamic library.
The process is stuck after the call XalanTransformer::initialize();

The same call works well in a simple program.

Regards