Operating System - HP-UX
1751894 Members
5016 Online
108783 Solutions
New Discussion юеВ

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

 
SOLVED
Go to solution
Eric Antunes
Honored Contributor

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

Hi,

I'm getting this kind of warnings when relinking forms, reports, etc...

(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The -z option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The +Ofastaccess option is available only with the C/
ANSI C product; ignored.
(Bundled) cc: warning 480: The +Oentrysched option is available only with the C/
ANSI C product; ignored.
(Bundled) cc: warning 480: The +Onolimit option is available only with the C/ANS
I C product; ignored.
(Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: warning 480: The +Oprocelim option is available only with the C/AN
SI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C pr
oduct; ignored.

Any ideas?

Best Regards,

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

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

Nevertheless, the relink works.

I found bug 758675 that seems to be the same issue...

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,

Do you have ANSI-C compiler installed on your host? I dont think you have since it takes Bundled C compiler that comes for rebuilding kernel.

You can download and install an evaluation version of Ansi-C and see how it goes.

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

Hi Arun,

#what `which cc`
/usr/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
Each and every day is a good day to learn.
Arunvijai_4
Honored Contributor

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

Hi Eric,

Yes, it shows it is a bundled compiler.

You can try this,

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3913DBEVAL

HP aC++ Compiler for Servers - Evaluation

-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,

Hi have just installed the HP-UX Developer's Toolkit as mencioned in Note 1058828.6 but it make no difference...

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,

Did you put that in path infront of bundled compiler. Normally, it should be under /opt/ansic/bin/

You can just export as

# export PATH=/opt/ansic/bin:$PATH

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

Hi Arun,

I tried the "export PATH=/opt/ansic/bin:$PATH" but without success...
Each and every day is a good day to learn.
Arunvijai_4
Honored Contributor

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

Hi Eric,

Just to make sure you dont have anything in CC variable,

# echo $CC

# export CC=/opt/ansic/bin/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...

Hi Arun,

$echo $PATH
/disc2/app/oracle/product/805/bin:/opt/ansic/bin:/usr/sbin:/disc2/app/oracle/loc
al/java/jre1.1.6/bin:/disc2/app/oracle/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bi
n:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/
bin/X11:/usr/contrib/bin/X11:/opt/hparray/bin:/opt/resmon/bin:/opt/pred/bin:/opt
/hpnp//bin:/opt/perf/bin:/opt/ignite/bin:/usr/sbin/diag/contrib:/opt/graphics/co
mmon/bin:/opt/hpnpl//bin:/opt/imake/bin:/disc1/patches/zzzip/unzip:/disc2/app/or
acle/product/805/ows/3.0/bin:/disc2/app/oracle/admin/TST/scripts

It have "/opt/ansic/bin" but also still "/usr/ccs/bin": is this causing the problem?


No CC variable:

$echo $CC
sh: CC: Parameter not set.



Best Regards,

Eric Antunes

Each and every day is a good day to learn.