Re: New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
"Max Bowsher" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <01ac01c31660$9963ec80$78d96f83@pomello> |
Derek Robert Price wrote: > Max Bowsher wrote: > >> 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. >> >> > > They both have -c. Not the one marked above. Max.