Re: problems compiling with R0.93

1996-05-14 Thread David Engel
> When I try to compile my own "hello world" program I get these error > messages: > > gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 > ld: Output file requires shared library `libc.so.4' > gcc: Internal compiler error: program ld got fatal signal 6 > make: *** [hello] Error 1 > > Comp

Re: problems compiling with R0.93

1996-05-14 Thread Kai Henningsen
[EMAIL PROTECTED] (Magnus Therning) wrote on 12.05.96 in <[EMAIL PROTECTED]>: > When I try to compile my own "hello world" program I get these error > messages: > > gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 > ld: Output file requires shared library `libc.so.4' > gcc: Internal comp

problems compiling with R0.93

1996-05-12 Thread Magnus Therning
When I try to compile my own "hello world" program I get these error messages: gcc -g -o hello -L/usr/X11R6/lib hello.o -lXaw -lXt -lX11 ld: Output file requires shared library `libc.so.4' gcc: Internal compiler error: program ld got fatal signal 6 make: *** [hello] Error 1 Compiling the program