You are here

Rosetta-2.3.0 build on MAC OSX 10.5.8

2 posts / 0 new
Last post
Rosetta-2.3.0 build on MAC OSX 10.5.8
#1

Hi,

I tried many time to build the rosetta in MAC OSX 10.5.8 .

It's alway stop and show the following error message:
(I show last 10 line include the process.)

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std::allocator
>: :underflow()in .mac.rotamer_trials.o

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std: :allocator
>: :underflow()in .mac.saxs_model.o

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std: :allocator
>: :underflow()in .mac.silent_input.o

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std: :allocator
>: :underflow()in .mac.structure.o

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std: :allocator
>: :underflow()in .mac.taboo_search.o

zlib_stream::basic_unzip_streambuf,
std::allocator, unsigned char, std: :allocator
>: :underflow()in .mac.gzip_util.o

zlib_stream: :basic_unzip_streambuf,
std: :allocator, unsigned char, std: :allocator
>: :underflow()in .mac.izstream.o

ld: symbol(s) not found

collect2: ld returned 1 exit status

make: *** [rosetta.mac] Error 1

Before I build rosetta , I installed both Xcode 3.1.4 and GNU Make 3.8.0 in my
Platform.

How to solve it ?

Wed, 2010-09-08 10:26
joseph

You probably don't have the zlib libraries installed. I don't have a clue how to fix it on a mac. On Ubuntu you'd do "sudo apt-get install zlib-dev", so if you can figure out the mac equivalent, try that.

Thu, 2010-09-09 06:46
smlewis