On 23-Jan-98 Bruce Stephens wrote:
> I confess I haven't looked, but I find it really hard to believe that
> gcc now 
> can't accept -c and -o on the same line.  Isn't it something else that's
> going 
> wrong?
        Well believe it.  Here's a snip from just one object compile.  It
will do this for everything.
gcc -Wall -O2     -I. -I../../libs  -I/usr/X11R6/include -I/include 
-Dlinux LinuxMachineDefines -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE  -DNO_MESSAGE_CATALOG  -DFUNCPROTO=15
-DNARROWPROTO  -DSHAPE -DACTIVEDOWN_BTNS -DINACTIVE_BTNS -DMINI_ICONS
-DVECTOR_BUTTONS -DPIXMAP_BUTTONS -DGRADIENT_BUTTONS -DMULTISTYLE
-DEXTENDED_TITLESTYLE -DBORDERSTYLE -DUSEDECOR -DWINDOWSHADE -DXPM    -c
FvwmButtons.c -o FvwmButtons.o
gcc: cannot specify -o with -c and multiple compilations
make[1]: *** [FvwmButtons.o] Error 1
        Why it thinks this is multiple compilations I have no idea, but
this fails with gcc-2.8.0, egcs 1.0.1 and pgcc 1.0.1 as well.
                -Scott
---
Scott Lampert             | Home Page: http://www.heavymetal.org
fortunato_at_heavymetal.org  | PGP Key: finger fortunato_at_heavymetal.org
"Sing the Hare Hare,      |_________________________________________
   Dance the Hoochie Koo"
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Jan 23 1998 - 05:18:33 GMT