hi every one when i am making i am getting error during linking process as:cannot find -lc as:cannot find -lg can any one help me thank's
kumar pk wrote: > as:cannot find -lc > > as:cannot find -lg -lc and -lg are linker options, but it looks like the error message is being emitted by the assembler. You should not pass these options to the assembler. You should probably post the entire compile log rather than abstracting it - we'd need to see the command line that caused the error to make much sense of it. Clifford
Reply
Please log in before posting.