bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mit-scheme] [bug #40151] mit-scheme-c-9.1.1 bootstrap is overly com


From: George Skabinsky
Subject: [Bug-mit-scheme] [bug #40151] mit-scheme-c-9.1.1 bootstrap is overly complicated and non parallel
Date: Mon, 30 Sep 2013 21:44:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30

URL:
  <http://savannah.gnu.org/bugs/?40151>

                 Summary: mit-scheme-c-9.1.1 bootstrap is overly complicated
and non parallel
                 Project: MIT/GNU Scheme
            Submitted by: gska
            Submitted on: Mon 30 Sep 2013 09:44:17 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

instead of just doing ./configure --prefix=/whatever && make -j1024 && make
DESTDIR=foo install,

one is presented with a top level dir that contains no configure script but a
Makefile - however that Makefile tries to recursively execute a Makefile in
doc - which doesn't exist yet (there is only a Makefile.in).


a working configure script is only to be found in src - however that one
requires a working scheme compiler.

to get an actual build going one has to read the documentation and then start
etc/somescript.sh, which has the following disadvantages:
1) CFLAGS=-ffoo etc/somescript.sh does not forward the CFLAGS as intended
2) make -jXXX can not be used to build in parallel




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40151>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]