Ticket #401 (closed defect: invalid)
Current state of environmental issues on OSX (latest GIT updated source)
Reported by: | angel_il | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
- autogen.sh
./autogen.sh: line 48: libtoolize: command not found
configure.ac:20: required file `config/ltmain.sh' not found
automake failed to generate Makefile.in
- configure
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
checking for a BSD-compatible install... /usr/bin/install -c
Change History
comment:2 Changed 15 years ago by slavazanko
- Status changed from new to closed
- Resolution set to invalid
- severity set to no branch
1. autogen.sh ./autogen.sh: line 48: libtoolize: command not found configure.ac:20: required file `config/ltmain.sh' not found automake failed to generate Makefile.in
Just install libtools...
2. configure sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] checking for a BSD-compatible install... /usr/bin/install -c
...and after sucessfull ending work of ./autogen.sh you will have correct ./configure script
comment:3 Changed 15 years ago by zaytsev
I wonder whether libtool comes with Xcode + GCC backend or one has to use MacPorts? / Fink...
comment:4 follow-up: ↓ 5 Changed 13 years ago by LouiSe
- Branch state set to no branch
See OSX universal binary builds here: http://louise.hu/poet/?tag=mc
comment:5 in reply to: ↑ 4 Changed 13 years ago by angel_il
Replying to LouiSe:
See OSX universal binary builds here: http://louise.hu/poet/?tag=mc