Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › error when compiling on ubuntu-10.10
- This topic has 10 replies, 5 voices, and was last updated 12 years ago by Anonymous.
-
AuthorPosts
-
-
April 30, 2011 at 4:46 am #893Anonymous
I had tried to compile (build) rosetta-3.2 on PC running Ubuntu-10.10 (64 bits),
I have conducted downgrade of gcc to version 4.1,
with this command:$/> ./scons bin mode=release
but, after approx. half an hour compiling, I got the following errors:
-Lsrc -L/usr/local/lib -L/usr/lib -lObjexxFCL -lz
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/libutility.so] Error 1
scons: building terminated because of errors.What should I do to resolve this errors?
I am looking forward for any suggestion regarding this.
Thanking you…….Regards,
Rustaman -
April 30, 2011 at 7:17 pm #5513Anonymous
It looks like you’re having problems with the zlib compression library. Make sure you’ve installed the library on your system. If it’s not installed, I believe that an “apt-get install zlib” on the command line will fork for Ubuntu. You may have to also install the developer libraries as well (“apt-get install zlib-devel”)
Additionally, there is a zlib version included in rosetta_source/external/lib/z.lib which sometimes confuses windows builds (http://www.rosettacommons.org/node/2280) – I don’t know if that would be an issue for Ubuntu builds, though.
P.S. This is actually the (sub)forum for the Rosetta 2.x (Rosetta++) series. Rosetta 3.x (“mini”) is quite a bit different, and has it’s own set of (sub)forums on https://www.rosettacommons.org/forum
-
May 1, 2011 at 12:24 am #5518Anonymous
Specifically, the package is zlib1g-dev.
As root: “sudo apt-get install zlib1g-dev”, then recompile.
-
September 24, 2012 at 4:36 pm #7843Anonymous
hi I downloaded rosetta 3.4 codes recently…..
I ran scons bin mode=release
But I am not getting any linuxgccrelease files, only getting .os files.
Nothing in /bin directory.
Please help. -
September 30, 2012 at 6:24 am #7865Anonymous
I am getting .os files.
-
May 11, 2011 at 3:09 am #5561Anonymous
Dear Moretti,
Thank You very much for your help.
I have compiled it and success.Rustaman
-
May 11, 2011 at 3:15 am #5562Anonymous
Dear SMLewis,
Thank you very much for your help.
I have recompiled it, and success.Rustaman
-
June 4, 2011 at 3:17 am #5718Anonymous
I have the same problem.
scons: *** [build/src/release/linux/2.6/64/x86/gcc/libutility.so] Error 1
scons: building terminated because of errors.Can you tell me your solution in detail?
-
June 4, 2011 at 5:37 pm #5719Anonymous
“building terminated because of errors” is a generic error message used when anything goes wrong. To better determine what specifically went wrong in your case, we’d need to see more context – e.g. the five-or-so lines prior to that final message.
-
September 24, 2012 at 5:11 pm #7844Anonymous
What output did you get from scons?
-
September 30, 2012 at 7:50 pm #7866Anonymous
What Steven meant was what sort of output to the console (stdout/stderr) are you getting? When you run scons, what is it printing? Is there any sort of error message?
Probably the best thing is to copy and paste the last page or so of the console output, and post it to this thread. Usually if you re-run scons, it will exit with an error message quickly, and there will be less than page of output total, in which case you can post all of it.
(I have the suspicion that your problem (getting .os files but no executables) is probably the no zlib problem that crops up frequently. Read the other posts in this thread to see how to fix it.)
-
-
AuthorPosts
- You must be logged in to reply to this topic.