This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

YNT: Problem on the re-compling of g77 for the increasing of MXUNIT in fio.h


Hi,
 
To compile g77 with 'gcc-3.4.4.1.sh',, I followed the above steps and  'install2' step gives error ( I attached the outputs. See attachments):
./gcc-3.4.4-1.sh prep
               --OK
  ./gcc-3.4.4-1.sh conf  
                --OK
  ./gcc-3.4.4-1.sh build 
                --OK
  ./gcc-3.4.4-1.sh build_gnatlib_and_tools
                --No rules for this step (?)
  ./gcc-3.4.4-1.sh build_info
                --OK
  ./gcc-3.4.4-1.sh check (optional)
                  --OK (see the attachment log file)
    ./gcc-3.4.4-1.sh install
                --OK
  ./gcc-3.4.4-1.sh strip_exe
                --OK
  ./gcc-3.4.4-1.sh install2
                             -ERROR (error in the install2_long.out file)
  ./gcc-3.4.4-1.sh pre_pkg
  ./gcc-3.4.4-1.sh pkg
  ./gcc-3.4.4-1.sh spkg

Thanks for your help
 
semih
 

	-----ÃzgÃn Äleti----- 
	Kimden: Gerrit P. Haase [mailto:gerrit@familiehaase.de] 
	GÃnderilmiÅ: Ãar 27.07.2005 19:29 
	Kime: Semih Ergintav 
	Bilgi: cygwin@cygwin.com 
	Konu: Re: Problem on the re-compling of g77 for the increasing of MXUNIT in fio.h
	
	

	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
	--
	=^..^=
	
	

Attachment: install2_long.out
Description: install2_long.out

Attachment: log.gcc-3.4.4-1.check
Description: log.gcc-3.4.4-1.check

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]