Thomas Plum
2009-Apr-02 20:03 UTC
[LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
it appears that by default some Apple configuration is assumed, since a simple make complains GNUmakefile:16: /CoreOS/Standard/Standard.make: No such file or directory We started with a subversion checkout, in case it matters. --------------------------------------------------------------------+ Thomas Plum, Plum Hall Inc, 3 Waihona Box 44610, Kamuela HI 96743 USA tplum at plumhall.com .......... TEL +1-808-882-1255 FAX +1-808-882-1556 http://www.PlumHall.com .... TOLLFREE +1-800-PLUM-HALL (800-758-6425)
Tanya M. Lattner
2009-Apr-02 20:13 UTC
[LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
Are you following the configuration/build directions in the README.LLVM? You need to follow these exactly. Please specify your configure command and target information. -Tanya On Thu, 2 Apr 2009, Thomas Plum wrote:> it appears that by default some Apple configuration is assumed, since > a simple make complains > > GNUmakefile:16: /CoreOS/Standard/Standard.make: No such file or > directory > > We started with a subversion checkout, in case it matters. > > --------------------------------------------------------------------+ > Thomas Plum, Plum Hall Inc, 3 Waihona Box 44610, Kamuela HI 96743 USA > tplum at plumhall.com .......... TEL +1-808-882-1255 FAX +1-808-882-1556 > http://www.PlumHall.com .... TOLLFREE +1-800-PLUM-HALL (800-758-6425) > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Thomas Plum
2009-Apr-02 23:23 UTC
[LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
>it appears that by default some Apple configuration is >assumed, since a simple make complains > >GNUmakefile:16: /CoreOS/Standard/Standard.make: No such file >or directory > >We started with a subversion checkout, in case it matters.Never mind, we're going to start with CLANG instead. (We'll send more questions as they come up ...)
Duncan Sands
2009-Apr-04 13:17 UTC
[LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
Hi Thomas,> it appears that by default some Apple configuration is assumed, since > a simple make complains > > GNUmakefile:16: /CoreOS/Standard/Standard.make: No such file or > directory > > We started with a subversion checkout, in case it matters.you need to use a separate objects directory and not build directly in the llvm-gcc tree. For some reason the Apple people placed a file GNUmakefile in the tree which "make" chooses in preference to the Makefile produced by configuring. Personally I would like to see GNUmakefile deleted. If you want to build directly in the gcc tree, try deleting this file. Ciao, Duncan.
Mike Stump
2009-Apr-04 17:12 UTC
[LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
On Apr 4, 2009, at 6:17 AM, Duncan Sands wrote:> you need to use a separate objects directory and not build directly > in the llvm-gcc tree. For some reason the Apple people placed a file > GNUmakefile in the tree which "make" chooses in preference to the > Makefile > produced by configuring. Personally I would like to see GNUmakefile > deleted.My take, you can test an environment variable called RC_RELEASE in the GNUmakefile and use it, if set, and if it isn't set, include Makefile and use it in preference. Oh course, this is untested, someone would have to test it in all three environments.
Possibly Parallel Threads
- [LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
- [LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
- [LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
- [LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux
- [LLVMdev] advice on default options for building LLVM-GCC on Ubuntu Linux