From: Ruby Ruby Date: 2004-03-30T23:33:49+09:00 Subject: Re: Errors with "make" step, while compiling ruby under AIX 5.2 --0-163313061-1080657226=:99445 Content-Type: multipart/alternative; boundary="0-1585775324-1080657226=:99445" --0-1585775324-1080657226=:99445 Content-Type: text/plain; charset=us-ascii On my previous note I missed the part of the make with the error msg. Here it goes as an attachment. Thank you nobu.nokada@softhome.net wrote: Hi, At Tue, 30 Mar 2004 04:18:01 +0900, Ruby Ruby wrote in [ruby-talk:96057]: > Target "all" is up to date. > compiling digest/rmd160 > /usr/ccs/bin/ld -brtl -eInit_rmd160 -bI:/installfs/ruby181/ruby-1.8.1/ruby.imp -bM:SRE -T512 -H512 -lc -L"/installfs/ruby181/ruby-1.8.1" -L"/usr/local/lib" -o rmd160.so rmd160init.o rmd160.o rmd1 60hl.o -ldl -lcrypt -lm -lc Since the patch is to change compile flags, so you have to remove these object files once. $ cd ext/digest/rmd160 && make clean -- Nobu Nakada --------------------------------- Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. --0-1585775324-1080657226=:99445 Content-Type: text/html; charset=us-ascii
On my previous note I missed the part of the make with the error msg. Here it goes as an attachment.
 
Thank you

nobu.nokada@softhome.net wrote:
Hi,

At Tue, 30 Mar 2004 04:18:01 +0900,
Ruby Ruby wrote in [ruby-talk:96057]:
> Target "all" is up to date.
> compiling digest/rmd160
> /usr/ccs/bin/ld -brtl -eInit_rmd160 -bI:/installfs/ruby181/ruby-1.8.1/ruby.imp -bM:SRE -T512 -H512 -lc -L"/installfs/ruby181/ruby-1.8.1" -L"/usr/local/lib" -o rmd160.so rmd160init.o rmd160.o rmd1 60hl.o -ldl -lcrypt -lm -lc

Since the patch is to change compile flags, so you have to
remove these object files once.

$ cd ext/digest/rmd160 && make clean

--
Nobu Nakada


Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time. --0-1585775324-1080657226=:99445-- --0-163313061-1080657226=:99445 Content-Type: text/plain; name=make_errors2b Content-Description: make_errors2b Content-Disposition: inline; filename=make_errors2b Target "all" is up to date. compiling digest/sha1 /usr/ccs/bin/ld -brtl -eInit_sha1 -bI:/installfs/ruby181/ruby-1.8.1/ruby.imp -bM:SRE -T512 -H5 12 -lc -L"/installfs/ruby181/ruby-1.8.1" -L"/usr/local/lib" -o sha1.so sha1init.o sha1.o sha1hl.o -l dl -lcrypt -lm -lc ld: 0711-317 ERROR: Undefined symbol: .__eprintf ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. make: 1254-004 The error code from the last command is 1. Stop. --0-163313061-1080657226=:99445--