Re: Sockets on 64 bit Linux
Alain Mouette <[email protected]>
| Newsgroups | org.kernel.vger.linux-msdos |
|---|---|
| Message-ID | <[email protected]> |
Aha! compiling now.... I just had to add a git option to not-change the LFs: git -c core.autocrlf=false clone http://git.code.sf.net/p/dosemu/code dosemu-code now it compiles without any glitch... BUT, SADDLY the socket problem remains: I have an unusual and random delay to receive packets, verying from a few miliseconds to a few seconds. Does anyone have any other idea, please... or will I have to reinstall 32bits? Thanks for your help so far, Alain Em 17-12-2012 22:42, Alain Mouette escreveu: > Thanks Stas for your patience... > > so if thet was not an error but a good thing, i suggest that the message > should be changed... it may help others in the future. (I know > next-to-nothing about seting up automake, but it is just a suggestion) > > So the prblem is in the compilation itself: I get an error in the first > file (removing all the make messages): > ------------- > gcc -c -MP -MMD -I../../src/include -I../../src/plugin/include -Wall > -Wstrict-prototypes -Wmissing-declarations -Wnested-externs > -fno-strict-aliasing -mtune=a -pipe -O2 -fomit-frame-pointer -o > tools86.o tools86.c > ) for -mtune= switch: bad value (auto > ------------- > And that looks wrong! According do man gcc, "-mtune=cpu-type" and auto > or a is not an option... > > Has gcc changed, or is there some regresion in dosemu? > I have gcc 4.7.2 from ubuntu 12.10 64 bits > > BTW, direct downolad in raw mode worked fine :) > > Thanks, > Alain