View Single Post

   
  #3 (permalink)  
Old 01-16-2008, 06:09 PM
Dennis Handly
 
Posts: n/a
Default Re: create a share library with bundled c

Frank Thyes (frank.thyes.nospam@gmx.net) wrote:
: > I get the following warning: "(Bundled) cc: warning 422: Unknown
: > option "b" ignored."

: The Bundled C compiler can't do that. You have to purchase the
: ANSI-C compiler from hp or use gcc insteed (hpux.asknet.de)
: Frank

Right. If you used +z to get PIC you would get a nice message:
(Bundled) cc: warning 480: The +z option is available only with the
C/ANSI C product; ignored.
Reply With Quote