Hi, On Sun, Mar 14, 2010 at 5:55 AM, Luis Lavena <[email protected]> wrote: > Hello Guys, > > I'm wondering what are the configure options used for the packages > located here: > > http://asset.rubini.us/prebuilt/ > > Something like --enable-static --disable-shared?
Those have been generally built by our build. In rakelib/vm.rake:300 there is the build:llvm task that will run if configure couldn't find a suitable prebuilt llvm and downloaded our llvm source tarball. In that case, llvm would be configured with llvm_config_flags() defined in rakelib/build.rb. Cheers, Brian > > Thank you. > -- > Luis Lavena > > -- > --- !ruby/object:MailingList > name: rubinius-dev > view: http://groups.google.com/group/rubinius-dev?hl=en > post: [email protected] > unsubscribe: [email protected] -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
