Re: Compiler error
On Sun, 03 Feb 2008 15:28:42 +0000, Mark McIntyre wrote:
> M.Caggiano wrote:
>> I've write a function without errors but i've this message after
>> compilation:
>>
>> *** ["../Socket/Client/Client.o"] Error1
>>
>> how can i resolve this problem?
>
> Read the compiler / linker manual to find out what "error 1" is. This
> looks more like a linker error, by the way - nothing to do with C.
Doesn't look like a linker error to me. It looks like there's an error
reported by make or a similar build tool in generating
.../Socket/Client/Client.o, which is typically the job of the compiler,
not the linker. I don't know why the OP didn't bother to post an actually
useful error message though.
|