Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42E7B670.5030106@familiehaase.de> Date: Wed, 27 Jul 2005 18:29:36 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: Semih Ergintav CC: cygwin AT cygwin DOT com Subject: Re: Problem on the re-compling of g77 for the increasing of MXUNIT in fio.h References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j6RGTrKV010459 Semih Ergintav wrote: > > > Hi, > Default version of gcc/g77 only allows a maximum unit number (MXUNIT) of 99. However my software requires a MXUNIT 9999. I tried to re-compile gcc/g77 after the editing the correct fıle (gcc/lıbf2c/lıbI77/fıo.h) > > I have two main problem: > > --The above packages have an installation shell. But, it tries to compile every different compiler (e.g. ada, d). I commented out many lines and succesfully run it (I HOPE) It depends on the presence of the source packages if you're using the build script included with the gcc-core source package. Unless there is a bug in my script, if a specific source is present it will be extracted and compiled, if there is no source the script shouldn't try to build it, except gcc-core which is the base package and required. > -- After the re-compiling, my codes dıdn't accept big numbers which is greater than 99. I can help with bugs in my build script or answer general questions about building gcc, however I cannot help you with internals about g77 in fıo.h or elsewhere. How did you define MXUNIT? I only know that it must be at least one greater than the required maximum, according to the docs: #define MXUNIT 10000 > > Please advice a correct solution or re-compile the g77 for me. Basically the compilation works? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/