From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain Mouette Subject: Re: Sockets on 64 bit Linux Date: Tue, 18 Dec 2012 00:12:44 -0200 Message-ID: <50CFD11C.5040501@pobox.com> References: <50CB719F.2070309@pobox.com> <50CB8114.2020103@list.ru> <50CB9775.40701@pobox.com> <50CBB253.8020109@pobox.com> <50CC3D91.6050207@list.ru> <50CF483F.60209@pobox.com> <50CF871B.2020709@list.ru> <50CFBC00.6060407@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50CFBC00.6060407@pobox.com> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: dosEmu-list 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