hefeix / szl

Automatically exported from code.google.com/p/szl
Other
0 stars 0 forks source link

Szl does not build on Mac OS X #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run configuration script on Mac OS X with Xcode installed:
    ./configure

What is the expected output? What do you see instead?

Expecting ./configure generates Makefiles.

What version of the product are you using? On what operating system?

./configure failed with the following outputs:

checking for objdump... no
configure: error: in `/Users/wangyi/svnclient/szl-read-only':
configure: error: no objdump utility was found (required for elfgen_unittest)

Please provide any additional information below.

objdump is from GNU tools and mostly used with Linux, but Mac OS X inherits 
user space programs from BSD.  Is it possible to make configure choose otool, 
instead of objdump, on Mac OS X?

Original issue reported on code.google.com by Yi.Wang.2005 on 4 Jul 2011 at 1:21