mainGNU Common Lisp - Support: sr #102832, windows build of cvs source

 
 

sr #102832: windows build of cvs source

Submitter:  None
Submitted:  Tue 17 Feb 2004 06:20:02 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  1 - Wish Status:  None
Privacy:  Public Assigned to:  mjthomas
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 18 Feb 2004 12:11:58 AM UTC, comment #1: 

Hi there.

Welcome to the GNU Common Lisp community. 

The simplest solution to your problem is to go to the files "makedefs" and "h/mingw.defs" and delete "-fno-zero-initialized-in-bss" from the compiler switches.

The other solution is to upgrade your MinGW32 compiler to version 3.3.1 or greater.  There isn't any need for this though; I just happen to use the latest version to build our releases.

Please feel free to join the mailing list and/or email me directly with any further questions may have.

Cheers

Mike Thomas


Mike Thomas <mjthomas>
Group Member
Tue 17 Feb 2004 06:20:02 PM UTC, original submission:  

Under windows (mingw) and the cvs source, make halts with

$ make
cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
        -e "/End for cmpinclude/,50000d" > tmpx
echo -e '#include "h/config.h"\n#ifdef SGC\n"#define SGC"\n#else\n"#undef SGC"\n#endif' | cpp 2>/dev/null| grep -v '^ *$' | tail -1l | tr -d '"' >>tmpx
cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/mgmp.h h/object.h h/vs.h h/bds.h h/frame.h h/lex.h h/eval.h    h/funlink.h h/att_ext.h h/new_decl.h h/compbas2.h h/compat.h h/cmponly.h o/regexp.h h//protoize.h >> tmpx
./xbin/move-if-changed mv tmpx h/cmpinclude.h
tmpx and h/cmpinclude.h are identical
./xbin/move-if-changed cp h/cmpinclude.h o/cmpinclude.h
h/cmpinclude.h and o/cmpinclude.h are identical
(cd bin; make all)
make[1]: Entering directory `/c/gclcvs/gcl/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/c/gclcvs/gcl/bin'
make mpfiles
make[1]: Entering directory `/c/gclcvs/gcl'
make[1]: Nothing to be done for `mpfiles'.
make[1]: Leaving directory `/c/gclcvs/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
make[1]: Entering directory `/c/gclcvs/gcl/o'
gcc -c -fno-zero-initialized-in-bss -mms-bitfields -Wall -fwritable-strings -DVOL=volatile -fsigned-char -mcpu=i386 -march=i386  -g -I/c/gclcvs/gcl/o  -I../h -I../gcl-tk main.c 
cc1.exe: unrecognized option `-fno-zero-initialized-in-bss'
make[1]: * [main.o] Error 1
make[1]: Leaving directory `/c/gclcvs/gcl/o'
make: * [unixport/saved_pre_gcl] Error 2

willisb@WILLISB /c/gclcvs/gcl

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-02-18 mjthomas Assigned toNone mjthomas
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code