logo       

Re: SWI Installation: msg#01575

Subject: Re: SWI Installation

On Dec 15, 2005, at 6:23 PM, analyzer wrote:

gcc conftest.c >&5 /usr/bin/ld: crt1.o: No such file: No such file or directory

Thats the thing that kills you. There's something seriously broken with your compiler
setup.  Create a file t.c with

main(int argc, char**argv)
{
}

and try to get it compiled using "gcc t.c". Probably you're missing some package.

    --- Jan



<Prev in Thread] Current Thread [Next in Thread>