Xvnc server would not 'make'

2004-01-02 Thread Ranga Nathan
As the second step  of vncserver install, I tried installing Xvnc  got an
error in gcc thus:

gcc -O -ansi -pedantic  -I../../include -I../../exports/include/X11
-I../.. -I../../exports/include  -Dlinux LinuxMachineDefines
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L
-D_BSD_SOURCE -D_SVID_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
-DCPP_PROGRAM=\/lib/cpp\   -c -o imake.o imake.c
gcc: cannot specify -o with -c or -S and multiple compilations

The gcc here is at
gcc (GCC) 3.2

Anyone else had a IIIr problem?


Re: Xvnc server would not 'make'

2004-01-02 Thread Mark Post
The only thing that looks out of whack with that command is the space in the
-Dlinux LinuxMachineDefines parameter.  Was that space really there?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
Ranga Nathan
Sent: Friday, January 02, 2004 5:57 PM
To: [EMAIL PROTECTED]
Subject: Xvnc server would not 'make'


As the second step  of vncserver install, I tried installing Xvnc  got an
error in gcc thus:

gcc -O -ansi -pedantic  -I../../include -I../../exports/include/X11
-I../.. -I../../exports/include  -Dlinux LinuxMachineDefines
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L
-D_BSD_SOURCE -D_SVID_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
-DCPP_PROGRAM=\/lib/cpp\   -c -o imake.o imake.c
gcc: cannot specify -o with -c or -S and multiple compilations

The gcc here is at
gcc (GCC) 3.2

Anyone else had a IIIr problem?