Installation of CINSimulator- Berlin and the result of make is install- recursive error 1

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












My problem occurred while I was installing CINSim- this is a multistage network simulator designed by TU-Berlin. My operating system is Ubuntu 16.04 LTS, and up to this point I have managed to complete the installation steps given in the CINSim handbook.



After successful ./configure came the make command. Its result is shown in the image.



The handbook states




This simulator requires "version 2.4 of Xerces-C++, but versions up to 2.7.0 were tested with CINSim




I installed version 3.2.1 which is the latest one available, but somehow there are undefined references to xercecs 2-7. I made the effort to install 2.7 version as well, but there were building errors so I just left it that way- with the latest one. The folders of the simulator and xercecs-3.2.1 are in the same directory which is home.



error message










share|improve this question























  • Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
    – mbeyss
    Mar 6 at 8:32










  • This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
    – Radostina Gencheva
    Mar 6 at 18:02











  • »» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
    – Knud Larsen
    Mar 6 at 18:47










  • packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
    – Radostina Gencheva
    Mar 6 at 21:23














up vote
0
down vote

favorite












My problem occurred while I was installing CINSim- this is a multistage network simulator designed by TU-Berlin. My operating system is Ubuntu 16.04 LTS, and up to this point I have managed to complete the installation steps given in the CINSim handbook.



After successful ./configure came the make command. Its result is shown in the image.



The handbook states




This simulator requires "version 2.4 of Xerces-C++, but versions up to 2.7.0 were tested with CINSim




I installed version 3.2.1 which is the latest one available, but somehow there are undefined references to xercecs 2-7. I made the effort to install 2.7 version as well, but there were building errors so I just left it that way- with the latest one. The folders of the simulator and xercecs-3.2.1 are in the same directory which is home.



error message










share|improve this question























  • Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
    – mbeyss
    Mar 6 at 8:32










  • This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
    – Radostina Gencheva
    Mar 6 at 18:02











  • »» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
    – Knud Larsen
    Mar 6 at 18:47










  • packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
    – Radostina Gencheva
    Mar 6 at 21:23












up vote
0
down vote

favorite









up vote
0
down vote

favorite











My problem occurred while I was installing CINSim- this is a multistage network simulator designed by TU-Berlin. My operating system is Ubuntu 16.04 LTS, and up to this point I have managed to complete the installation steps given in the CINSim handbook.



After successful ./configure came the make command. Its result is shown in the image.



The handbook states




This simulator requires "version 2.4 of Xerces-C++, but versions up to 2.7.0 were tested with CINSim




I installed version 3.2.1 which is the latest one available, but somehow there are undefined references to xercecs 2-7. I made the effort to install 2.7 version as well, but there were building errors so I just left it that way- with the latest one. The folders of the simulator and xercecs-3.2.1 are in the same directory which is home.



error message










share|improve this question















My problem occurred while I was installing CINSim- this is a multistage network simulator designed by TU-Berlin. My operating system is Ubuntu 16.04 LTS, and up to this point I have managed to complete the installation steps given in the CINSim handbook.



After successful ./configure came the make command. Its result is shown in the image.



The handbook states




This simulator requires "version 2.4 of Xerces-C++, but versions up to 2.7.0 were tested with CINSim




I installed version 3.2.1 which is the latest one available, but somehow there are undefined references to xercecs 2-7. I made the effort to install 2.7 version as well, but there were building errors so I just left it that way- with the latest one. The folders of the simulator and xercecs-3.2.1 are in the same directory which is home.



error message







software-installation compiling make






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 6 at 10:34









Zanna

48.1k13120228




48.1k13120228










asked Mar 6 at 7:24









Radostina Gencheva

1




1











  • Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
    – mbeyss
    Mar 6 at 8:32










  • This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
    – Radostina Gencheva
    Mar 6 at 18:02











  • »» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
    – Knud Larsen
    Mar 6 at 18:47










  • packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
    – Radostina Gencheva
    Mar 6 at 21:23
















  • Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
    – mbeyss
    Mar 6 at 8:32










  • This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
    – Radostina Gencheva
    Mar 6 at 18:02











  • »» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
    – Knud Larsen
    Mar 6 at 18:47










  • packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
    – Radostina Gencheva
    Mar 6 at 21:23















Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
– mbeyss
Mar 6 at 8:32




Please provide a link to the software page. Which version of the software are you trying to build, which tutorial did you follow?
– mbeyss
Mar 6 at 8:32












This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
– Radostina Gencheva
Mar 6 at 18:02





This is the original site of TU-Berlin. lfa.uni-wuppertal.de/?id=2187&data=29 Files that I downloaded are cinsim-gui-06.tar 02.gz and cinsim-0.6.3.tar.gz. In sections the cinsim handbook is provided: lfa.uni-wuppertal.de/fileadmin/_migrated/content_uploads/… About Xercecs-3.2.1 I followed the building steps for UNIX/Linux using commands ./configure, make, make install. xerces.apache.org/xerces-c/build-3.html
– Radostina Gencheva
Mar 6 at 18:02













»» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
– Knud Larsen
Mar 6 at 18:47




»» This simulator requires "version 2.4 of Xerces-C++ «« → Xerces-c 2.xx : sudo apt install libxerces-c2-dev
– Knud Larsen
Mar 6 at 18:47












packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
– Radostina Gencheva
Mar 6 at 21:23




packages.ubuntu.com/trusty/libdevel/libxerces-c2-dev I downloaded this package and followed the instructions from Read me file: file:///home/radostina/Downloads/NEW/xerces-c-src_2_8_0/doc/html/build-winunix.html#UNIX The result is still the same. I removed xerces 3.2.1 folder. Maybe I will try to install 2.7 version but 2.8 is it not the same... Both cinsim and xerces are in home directory.
– Radostina Gencheva
Mar 6 at 21:23










1 Answer
1






active

oldest

votes

















up vote
0
down vote













cinsim-0.6.3 : sudo apt install libxerces-c2-dev bison++ libgsl0-dev



Some difficulties building cinsim with Ubuntu 16.04 : Old files (year 2010) require e.g. gcc version 4.4, and worse: The mpic++ compiler must be built with the g++-4.4 compiler. I.e. the Ubuntu 16.04 mpic++ version is a late build. (Built with g++ version 5.4.0).



The easy way : Build the application on Ubuntu 10.04 . (Did so three years ago : Result = cinsim_0.6.3-ubuntu10.4_i386.deb).



64bit cinsim : cinsim_0.6.3-ubuntu10_amd64.deb, 11.6MB (A new build, the cinsim-gui files are included) → https://drive.google.com/file/d/125_rvVbVFJ89E6JRz6aCBOh9hjjaJ3su/view?usp=sharing



Ubuntu 16.04 - amd64 → Download, and install:



cd Downloads/
sudo gdebi cinsim_0.6.3-ubuntu10_amd64.deb


Installs OK with Ubuntu 16.04 - amd64. $ cinsim : OK too.






share|improve this answer






















  • Thank all of you for the help! I will give back answer in a short time.
    – Radostina Gencheva
    Mar 7 at 7:58










  • I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
    – Radostina Gencheva
    Mar 8 at 18:43











  • Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
    – Knud Larsen
    Mar 8 at 19:02











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012322%2finstallation-of-cinsimulator-berlin-and-the-result-of-make-is-install-recursiv%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













cinsim-0.6.3 : sudo apt install libxerces-c2-dev bison++ libgsl0-dev



Some difficulties building cinsim with Ubuntu 16.04 : Old files (year 2010) require e.g. gcc version 4.4, and worse: The mpic++ compiler must be built with the g++-4.4 compiler. I.e. the Ubuntu 16.04 mpic++ version is a late build. (Built with g++ version 5.4.0).



The easy way : Build the application on Ubuntu 10.04 . (Did so three years ago : Result = cinsim_0.6.3-ubuntu10.4_i386.deb).



64bit cinsim : cinsim_0.6.3-ubuntu10_amd64.deb, 11.6MB (A new build, the cinsim-gui files are included) → https://drive.google.com/file/d/125_rvVbVFJ89E6JRz6aCBOh9hjjaJ3su/view?usp=sharing



Ubuntu 16.04 - amd64 → Download, and install:



cd Downloads/
sudo gdebi cinsim_0.6.3-ubuntu10_amd64.deb


Installs OK with Ubuntu 16.04 - amd64. $ cinsim : OK too.






share|improve this answer






















  • Thank all of you for the help! I will give back answer in a short time.
    – Radostina Gencheva
    Mar 7 at 7:58










  • I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
    – Radostina Gencheva
    Mar 8 at 18:43











  • Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
    – Knud Larsen
    Mar 8 at 19:02















up vote
0
down vote













cinsim-0.6.3 : sudo apt install libxerces-c2-dev bison++ libgsl0-dev



Some difficulties building cinsim with Ubuntu 16.04 : Old files (year 2010) require e.g. gcc version 4.4, and worse: The mpic++ compiler must be built with the g++-4.4 compiler. I.e. the Ubuntu 16.04 mpic++ version is a late build. (Built with g++ version 5.4.0).



The easy way : Build the application on Ubuntu 10.04 . (Did so three years ago : Result = cinsim_0.6.3-ubuntu10.4_i386.deb).



64bit cinsim : cinsim_0.6.3-ubuntu10_amd64.deb, 11.6MB (A new build, the cinsim-gui files are included) → https://drive.google.com/file/d/125_rvVbVFJ89E6JRz6aCBOh9hjjaJ3su/view?usp=sharing



Ubuntu 16.04 - amd64 → Download, and install:



cd Downloads/
sudo gdebi cinsim_0.6.3-ubuntu10_amd64.deb


Installs OK with Ubuntu 16.04 - amd64. $ cinsim : OK too.






share|improve this answer






















  • Thank all of you for the help! I will give back answer in a short time.
    – Radostina Gencheva
    Mar 7 at 7:58










  • I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
    – Radostina Gencheva
    Mar 8 at 18:43











  • Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
    – Knud Larsen
    Mar 8 at 19:02













up vote
0
down vote










up vote
0
down vote









cinsim-0.6.3 : sudo apt install libxerces-c2-dev bison++ libgsl0-dev



Some difficulties building cinsim with Ubuntu 16.04 : Old files (year 2010) require e.g. gcc version 4.4, and worse: The mpic++ compiler must be built with the g++-4.4 compiler. I.e. the Ubuntu 16.04 mpic++ version is a late build. (Built with g++ version 5.4.0).



The easy way : Build the application on Ubuntu 10.04 . (Did so three years ago : Result = cinsim_0.6.3-ubuntu10.4_i386.deb).



64bit cinsim : cinsim_0.6.3-ubuntu10_amd64.deb, 11.6MB (A new build, the cinsim-gui files are included) → https://drive.google.com/file/d/125_rvVbVFJ89E6JRz6aCBOh9hjjaJ3su/view?usp=sharing



Ubuntu 16.04 - amd64 → Download, and install:



cd Downloads/
sudo gdebi cinsim_0.6.3-ubuntu10_amd64.deb


Installs OK with Ubuntu 16.04 - amd64. $ cinsim : OK too.






share|improve this answer














cinsim-0.6.3 : sudo apt install libxerces-c2-dev bison++ libgsl0-dev



Some difficulties building cinsim with Ubuntu 16.04 : Old files (year 2010) require e.g. gcc version 4.4, and worse: The mpic++ compiler must be built with the g++-4.4 compiler. I.e. the Ubuntu 16.04 mpic++ version is a late build. (Built with g++ version 5.4.0).



The easy way : Build the application on Ubuntu 10.04 . (Did so three years ago : Result = cinsim_0.6.3-ubuntu10.4_i386.deb).



64bit cinsim : cinsim_0.6.3-ubuntu10_amd64.deb, 11.6MB (A new build, the cinsim-gui files are included) → https://drive.google.com/file/d/125_rvVbVFJ89E6JRz6aCBOh9hjjaJ3su/view?usp=sharing



Ubuntu 16.04 - amd64 → Download, and install:



cd Downloads/
sudo gdebi cinsim_0.6.3-ubuntu10_amd64.deb


Installs OK with Ubuntu 16.04 - amd64. $ cinsim : OK too.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 6 at 22:06

























answered Mar 6 at 21:52









Knud Larsen

1,481157




1,481157











  • Thank all of you for the help! I will give back answer in a short time.
    – Radostina Gencheva
    Mar 7 at 7:58










  • I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
    – Radostina Gencheva
    Mar 8 at 18:43











  • Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
    – Knud Larsen
    Mar 8 at 19:02

















  • Thank all of you for the help! I will give back answer in a short time.
    – Radostina Gencheva
    Mar 7 at 7:58










  • I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
    – Radostina Gencheva
    Mar 8 at 18:43











  • Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
    – Knud Larsen
    Mar 8 at 19:02
















Thank all of you for the help! I will give back answer in a short time.
– Radostina Gencheva
Mar 7 at 7:58




Thank all of you for the help! I will give back answer in a short time.
– Radostina Gencheva
Mar 7 at 7:58












I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
– Radostina Gencheva
Mar 8 at 18:43





I tried the last command and you can see the response here: drive.google.com/file/d/1K0h-57EUIrS3LIVNLs6cm763zfiYauD4/… ; I downloaded libgsl0ldbl_1.16+dfsg-1ubuntu1_amd64.deb file and tried to install it similar way like cinsim but there is a conflict between the packages. Then I tried to remove libgsl2 libgsl2:i386 but there is no difference.
– Radostina Gencheva
Mar 8 at 18:43













Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
– Knud Larsen
Mar 8 at 19:02





Please never show text as an image. I guess you know how to copy-paste a text to a file / to a new empty file / to this site. ... About libgsl0ldbl : OK, I just realized that i have a couple of "trusty" lines in /etc/apt/sources.list : trusty main universe , trusty-updates main universe . (I have ~60 'Linux OS' installed for applications build / test. So I just forgot how this Ubuntu 16.04 was set up.)
– Knud Larsen
Mar 8 at 19:02


















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012322%2finstallation-of-cinsimulator-berlin-and-the-result-of-make-is-install-recursiv%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error