Mail Archives: pgcc/1999/03/09/19:39:27
> On Mon, Mar 08, 1999 at 02:58:08AM +0000, Soyeb Aswat wrote:
> >
> > gcc util.o video.o parseblock.o motionvector.o decoders.o fs2.o fs2fast.o fs4.
> > o hybrid.o hybriderr.o 2x2.o gdith.o gray.o mono.o main.o jrevdct.o 24bit.o uti
> > l32.o ordered.o ordered2.o mb_ordered.o /usr/openwin/lib/libX11.a /usr/openwin/
> > lib/libXext.a -lm -o mpeg_play
>
> That would indicate that you have not linked against all libraries, e.g.
> -ldl, -lrpc, -lnsl, -lnet, -linet (I have no idea which ones you'd need for
> solaris, I'd expect that socket et. al. are part of libc. ;Maybe you could
> try to link against libc explicitly, i.e. -lc)
This did the trick and mpeg_play and xanim now compile. Thanks.
Now for my next problem... UAE errors with various;
Assembler: newcpu.c
aline 1757 : Illegal mnemonic
aline 1757 : syntax error
aline 1783 : Illegal mnemonic
aline 1783 : syntax error
aline 4630 : Illegal mnemonic
aline 4630 : syntax error
*** Error code 1
make: Fatal error: Command failed for target `newcpu.o'
this is with version 0.8.7, I get the same with 0.7.6. I tried
looking at the source but there is no line containing the above text
:-(
Confused,
Soyeb
- Raw text -