You are here

bin folder does not appear after compiling

3 posts / 0 new
Last post
bin folder does not appear after compiling
#1

Hello, 

I've previously never had trouble downloading Rosetta (I've done it twice successfully before) until now.

I'm trying to install Rosetta on Linux 3.1. When I go to Rosetta/main/source and type in ./scons.py -j3 mode=release bin it doesn't ever throw an error, but the bin file does not appear. 

Does anyone know how I can fix this?

Thank you

Category: 
Post Situation: 
Tue, 2019-08-06 06:50
kalechips

bin goes after scons.py:

 

./scons.py bin mode=release -j3

Mon, 2019-08-12 11:19
jadolfbr

It shouldn't really matter where the bin goes in the command.

If you re-run your scons command (That is, run the scons command, let it finish, and then run it again.) what does it print the second time around?

Also note that the bin is not a file itself, but instead a directory (Rosetta/main/source/bin/ - And that directory doesn't contain files proper, but instead symlinks into the build directory).

Mon, 2019-08-26 11:39
rmoretti