I had an error in configuring the current CVS head. I had to comment out 4 lines (the "#" were added):
4683: # <<<<<<< configure
4684: # SOCKLIB=--lsocket
4685: # =======
4686: SOCKLIB=-lsocket
4687: # >>>>>>> 1.130
I had an error in configuring the current CVS head. I had to comment out 4 lines (the "#" were added):
4683: # <<<<<<< configure
4684: # SOCKLIB=--lsocket
4685: # =======
4686: SOCKLIB=-lsocket
4687: # >>>>>>> 1.130
Chris Heg wrote:
I had an error in configuring the current CVS head. I had to comment
out 4 lines (the "#" were added):4683: # <<<<<<< configure
4684: # SOCKLIB=--lsocket
4685: # =======
4686: SOCKLIB=-lsocket
4687: # >>>>>>> 1.130
This indicates that a conflict occured during checkout. Delete the
file then retrieve it again with "cvs update configure".
--
Glynn Clements <glynn.clements@virgin.net>