What is John's homepage?
"Scott C. Knight" wrote:
>
> Ok i am trying to compile a test porgam with gcc cross compiler, i
> keep getting this error.
>
> [scott@fletch hello-4]$ make
> m68k-palmos-gcc -O0 -g -c Hello.c -o Hello.o
> # touch Hello.c
> # enable this line if you want to compile EVERY time.
> m68k-palmos-gcc -O0 -g Hello.o -o Hello
> /usr/local/palm/m68k-palmos/bin/ld: cannot open -lg: No such file or
> directory
> collect2: ld returned 1 exit status
> make: *** [Hello] Error 1
> [scott@fletch hello-4]$
>
> I dont really understand whats going wrong, ive gotten a test prgram
> multiapp fro John Marshalls homepage to compile, but every time i try
> something ymself i get this error above. Does anyone have any advice?
> Thanks
>
> Scott Knight