bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX


From: Max Bowsher
Subject: Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Date: Fri, 9 May 2003 19:55:21 +0100

Derek Robert Price wrote:
> Boyd Lynn Gerber wrote:
>
>> $ gcc -c g.c
>> $ l g.o
>> -rw-r--r--   1 gerberb  zenez       1044 May  9 12:27 g.o
>> $ gcc g.c
>> Undefined                       first referenced
>> symbol                             in file
>> S_ISSOCK                            /usr/tmp/ccrbF3ra.o
>> a.out: fatal error: Symbol referencing errors. No output written to a.out
>>
>> I hope this helps.
>>
>>
>
> Huh?  What's the difference between that and configure's
>
>     gcc -c -g -O2  conftest.c
>
> command line?

No -c. It thinks S_ISSOCK is a function call, and can't resolve it at
link-time.

Max.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]