On Wed, Sep 19, 2001 at 20:40:27 -0400, Josh Huber wrote:
> Laurent de Segur <[EMAIL PROTECTED]> writes:

> > gcc DefaultGcc2PpcOpt -fsigned-char  -I../../include
>       ^^^^^^^^^^^^^^^^^
> > -I../../imports/x11/include/X11  -I../.. -I../../exports/include
> > -I../../imports/x11/include  -Dlinux -D__powerpc__ -D_POSIX_C_SOURCE=199309L
> > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  -D_GNU_SOURCE
> > -DNO_MESSAGE_CATALOG  -DFUNCPROTO=15 -DNARROWPROTO
> > -DCPP_PROGRAM="\"/lib/cpp\""   -c -o imake.o imake.c
> > gcc: cannot specify -o with -c or -S and multiple compilations

I didn't get this when compiling openmotif.  Instead I have:

[...]
cd ./config/imake && make -f Makefile.proto all
make[3]: Entering directory 
`/home/buildd/human/openmotif-2.1.30/work/motif/config/imake'
gcc -O2 -fsigned-char  -I../../include -I../../imports/x11/include/X11  -I../.. 
-I../../export
s/include -I../../imports/x11/include  -Dlinux -D__powerpc__ 
-D_POSIX_C_SOURCE=199309L -D_POSI
X_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  -D_GNU_SOURCE  
-DNO_MESSAGE_CATALOG  -D
FUNCPROTO=15 -DNARROWPROTO    -DCPP_PROGRAM="\"/lib/cpp\""   -c -o imake.o 
imake.c
rm -f imake
gcc -o imake -O2 -fsigned-char      imake.o  -L/usr/X11R6/lib     
-Wl,-rpath-link,../../export
s/lib
imake.o: In function `get_libc_version':
imake.o(.text+0x13f4): the use of `tmpnam' is dangerous, better use `mkstemp'
imake.o: In function `main':
imake.o(.text+0xa4): the use of `mktemp' is dangerous, better use `mkstemp'
make[3]: Leaving directory 
`/home/buildd/human/openmotif-2.1.30/work/motif/config/imake'
[...]

Something seems to be b0rked in your build setup, I guess...  hmm, I
doubt it's caused by build-deps, though, since the buildd handled it
fine...  Perhaps openmotif needs build-conflicts or
something...</wildguessing>


Anyway, I'm interested of the cause of this...  In case you find
something, please drop me a note.


Cheers,
Michael
p.s.: I can provide a build log of a full openmotif build on request,
      if it helps solving this issue.

Reply via email to