Operating System - HP-UX
1753606 Members
6357 Online
108797 Solutions
New Discussion юеВ

Re: Warning in relink: (Bundled) cc: warning 480...

 
SOLVED
Go to solution
Arunvijai_4
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Hi Eric,

I dont think /usr/ccs/bin causes problem since it comes afterwards. Can you set CC and check that out.. Also, now what does # what `which cc`

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Eric Antunes
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Arun,

$export CC=/opt/ansic/bin/cc
$echo $CC
/opt/ansic/bin/cc
$what `which cc`
/opt/ansic/bin/cc:
HP92453-01 A.11.00.00 HP C (Bundled) Compiler
CUPROS_IC23B //1
/ux/core/libs/libc/archive_pa1/libc.a_ID
Oct 21 1997 13:07:38



Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Arunvijai_4
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Hi Eric,

This is strange for /opt/ansic/bin/cc, what displays same as of /usr/bin/cc. Can you check you have installed the Ansic Compiler properly. # swverify should help.

Also, # ll /opt/ansic/bin/cc

check to see any links for cc.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Eric Antunes
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Arun,

#swverify cc

======= 02/21/06 11:58:45 PWT BEGIN swverify SESSION
(non-interactive)

* Session started for user "root@".

* Beginning Selection
* Target connection succeeded for ":/".
ERROR: Could not apply the software selection "cc"; it is not
available from depot or root ":/".
* Software selection failed for ":/".
ERROR: Cannot continue the "swverify" task.
* Selection had errors.



======= 02/21/06 11:58:53 PWT END swverify SESSION (non-interactive)



#ll /opt/ansic/bin
total 0
lrwxrwxrwx 1 root sys 7 Jun 14 2000 cc -> /bin/cc


Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Arunvijai_4
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Hi Eric,

I am sorry if i mislead you. It should be # swverify not # swverify cc. Can you post this ?

# swlist -l file |grep -i "cc"

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Eric,
seems your installl didn't work.
can you please do a
swlist | grep -i compil
which should list your additional installed compiler.
Yogeeraj_1
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

hi Eric,

can you also check if metalink note 149993.1 with subject: MOTIF Errors Relinking Reports 2.5.7.17.0

seems like a similar problem..

hope this helps

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Eric Antunes
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

#swlist -l file |grep -i "cc"

returns many lines (see attachment).


#swlist -l product|grep cc

returns the following:


Accounting B.11.00 Accounting
PHCO_14812 1.0 acctcon1(1m) patch
PHCO_16583 1.0 umount(1M) - /etc/mnttab access redesign.

PHCO_17076 1.0 Year 2000 cumulative sccs(1) patch
PHCO_24703 1.0 sccs(1) cumulative patch
PHKL_14765 1.0 Fixes HFS Panic in alloccgblk
PHKL_21161 1.0 patch for inaccurate isr.ior printout
PHKL_21280 1.0 Corrects A180 port access card chassis co
de
PHKL_28488 1.0 copyin EFAULT, LDCD access type
gcc 2.95.2 gcc

I have gcc installed at least. Isn't enough?


Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Eric Antunes
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

swlist | grep -i compil

doesn't return anything...
Each and every day is a good day to learn.
Eric Antunes
Honored Contributor

Re: Warning in relink: (Bundled) cc: warning 480...

Yogeeraj,

I've read this note and my link points to the right X Motif library:

ll /usr/lib/libXm.*
lrwxr-xr-x 1 root sys 25 Jan 4 2000 /usr/lib/libXm.1 -> /u
sr/lib/Motif1.2/libXm.1
lrwxr-xr-x 1 root sys 28 Jan 4 2000 /usr/lib/libXm.2 -> /u
sr/lib/Motif1.2_R6/libXm.2
lrwxr-xr-x 1 root sys 28 Jan 4 2000 /usr/lib/libXm.3 -> /u
sr/lib/Motif1.2_R6/libXm.3
lrwxr-xr-x 1 root sys 25 Jan 4 2000 /usr/lib/libXm.4 -> /u
sr/lib/Motif2.1/libXm.4
lrwxr-xr-x 1 root sys 25 Feb 20 17:20 /usr/lib/libXm.a -> /u
sr/lib/Motif2.1/libXm.a
lrwxr-xr-x 1 root sys 16 Feb 20 17:20 /usr/lib/libXm.sl -> /
usr/lib/libXm.4
Each and every day is a good day to learn.