Skip to content

Instantly share code, notes, and snippets.

@ghoffart
Created August 31, 2011 07:56
Show Gist options
  • Save ghoffart/1183036 to your computer and use it in GitHub Desktop.
Save ghoffart/1183036 to your computer and use it in GitHub Desktop.
Hatari 1.5.0 won’t build on Mac OS X 10.7.1
[ 95%] Building C object src/CMakeFiles/hatari.dir/utils.c.o
[ 96%] Building C object src/CMakeFiles/hatari.dir/vdi.c.o
[ 97%] Building C object src/CMakeFiles/hatari.dir/video.c.o
[ 98%] Building C object src/CMakeFiles/hatari.dir/wavFormat.c.o
[100%] Building C object src/CMakeFiles/hatari.dir/xbios.c.o
[100%] Building C object src/CMakeFiles/hatari.dir/ymFormat.c.o
Linking C executable hatari
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
(maybe you meant: _SDL_main)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [src/hatari] Error 1
make[1]: *** [src/CMakeFiles/hatari.dir/all] Error 2
make: *** [all] Error 2
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/hatari.rb#L13
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: f4042b272cb318da24e04e6eada5d38a1edf5331
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.7.1
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /Developer/usr/bin/gcc-4.2
CXX: /Developer/usr/bin/g++-4.2
LD: /Developer/usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failed executing: make install
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment