ADSM-L

Re: Compiling db2uext2 on AIX5.3 using gcc

2006-12-18 16:53:43
Subject: Re: Compiling db2uext2 on AIX5.3 using gcc
From: Dksh Cssc <callie.liew AT DKSH DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 19 Dec 2006 05:53:07 +0800
Hi all,

We are right now upgrading  from TSM 5.2.3 to 5.3 .. however we encouter
this prob .. .anyone could help??? Running out of time ...


installp:  APPLYING software for:
        tivoli.tsm.msg.en_US.devices 5.3.0.0

ar: 0707-100 liblpp.a does not exist.
0503-437 installp:  Cannot install the specified
        fileset tivoli.tsm.msg.en_US.devices.
        Could not access the installation control files.
        Use local problem reporting procedures.

installp:  CANCELLED software for:
        tivoli.tsm.msg.en_US.devices 5.3.0.0

Thanks and Warmest Regards,
___________________________________________

DKSH Market Intelligence

Liew Callie (Ms)

DKSH Corporate Shared Services Center Sdn Bhd
Lot L4-E-3A, Enterprise 4, Technology Park Malaysia,
57000 Kuala Lumpur.
Phone: +603 8992 2855   Fax: +603 8992 2999
callie.liew AT dksh DOT com
www.dksh.com

____________________________________________



Richard Sims <rbs AT BU DOT EDU>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
11/03/2006 04:51 AM
Please respond to
"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>


To
ADSM-L AT VM.MARIST DOT EDU
cc

Subject
Re: [ADSM-L] Compiling db2uext2 on AIX5.3 using gcc






On Nov 2, 2006, at 12:45 PM, zareyna wrote:

> gcc -maix64 -I/usr/tivoli/tsm/client/api/bin64/sample
> -L/usr/tivoli/tsm/client/api/bin64/libApiTSM64.a -o db2uext2
> /usr/tivoli/tsm/client/api/bin64/db2uext2.c

Do:  man gcc
Option capital L (-L) is to specify a directory in which lib* files
live, beyond the standard libraries directory, and -l to specify an
individual lib file, like '-l ApiTSM64'.

    Richard Sims

<Prev in Thread] Current Thread [Next in Thread>