Frank Thyes <[EMAIL PROTECTED]> writes: > +++ Dan Espen [Sun, Sep 22, 2002 at 07:06:40PM CEST]: ... > The first try -Xe and the second try -Ae, both failed. The last with > message "The -A option is available only with the C/ANSI C product" > rest from output was the same. > > The cc compiler: > # what $(which cc) > /usr/bin/cc: > HP92453-01 A.11.01.21 HP C (Bundled) Compiler > $ Sep 8 2000 23:13:51 $
Ok, I see it now. I did some Google searches. The bundled compiler apparently only supports K&R C. I don't think you are going to be able to build Fvwm with it. I wasn't able to find any documentation on the compiler but I do see lots of other programs won't compile with it. Perhaps you have another compiler installed somewhere else. On my machine, I have C compilers installed thusly: /opt/ansic/bin/cc /bin/cc -> /opt/ansic/bin/cc /usr/softbench/bin/cc /usr/bin/cc -> /opt/ansic/bin/cc /usr/ccs/bin/cc -> ./cc_bundled If you don't have any other HP compiler, I recommend you install gcc. -- Dan Espen E-mail: [EMAIL PROTECTED] 444 Hoes Lane Room RRC 1C-214 Phone: (732) 699-5570 Piscataway, NJ 08854 -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
