Results 1 to 3 of 3

Thread: IcePy-2.0.0 build problem on AIX

  1. #1
    zephyr007 is offline Registered User
    Join Date
    Nov 2004
    Posts
    16

    IcePy-2.0.0 build problem on AIX

    Hi:

    I had built Ice-2.0.0 and IcePy-2.0.0 on AIX 5.2 with VisualAge C++ 6.0(32 bit mode) succeefully, but the target in "IcePy-2.0.0/lib" is IcePy.a, not IcePy.so, then "import Ice" in python failed.

    please help me!

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Hi,

    Sorry, we do not currently support IcePy on AIX. We encountered similar problems when attempting to use IcePy on that platform. We will look into these issues again at some point.

    Take care,
    - Mark

  3. #3
    zephyr007 is offline Registered User
    Join Date
    Nov 2004
    Posts
    16
    Hi:

    It seems that shared object support under AIX is different from other UNIX platform, python document said that AIX shared libraries require an "export" and "import" file be provided at compile time to list all extern symbols, which may be shared between modules, and they suggested to use a script tool named "ld_so_aix" to create the python extension module (ref. Python2.4/Misc/AIX-NOTES). The tool was shipped with python source code.
    I don't have much knowledge on AIX, have you ever tried "ld_so_aix" tool or can you give me any suggestion if I want to try to solve this issue by myself?

    Thanks!
    Last edited by zephyr007; 01-17-2005 at 06:31 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. problem installing IcePy-3.2.1
    By xdm in forum Help Center
    Replies: 2
    Last Post: 04-29-2008, 03:50 AM
  2. Problem when import IcePy in Ice 3.1.1
    By rc_hz in forum Help Center
    Replies: 14
    Last Post: 04-11-2007, 06:22 AM
  3. Replies: 1
    Last Post: 11-12-2006, 08:54 AM
  4. IcePy on AIX?
    By zephyr007 in forum Help Center
    Replies: 1
    Last Post: 03-11-2005, 03:17 AM
  5. Build problem on Linux
    By Jeff Holle in forum Help Center
    Replies: 5
    Last Post: 08-13-2003, 12:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •