Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Sorry about all that noise, I found another method where I just had to copy the *bin *and *share *directories to /usr/local/ , the simpler method :) . Turns out, it was not required for me to build SDCC from source. Thanks for the help! On Sun, May 17, 2020 at 7:24 PM Saurabh Bansode wrote: > H

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Hi, I ran the make file and got an error message : make[2]: Entering directory '/home/esim/Desktop/tmp/sdcc-4.0.0/*src/pdk*' mawk -f ./../SDCCpeeph.awk peeph.def > peeph.rul g++ -std=gnu++11 -MM -I./.. -I.. -I. -I../.. -I./../../support/util -I. gen.c main.c peep.c ralloc.c ralloc2.cc >Makefile.d

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Sergey Belyashov
Hi, Do $ apt-cache search texinfo Select proper package and do $ apt-get install вс, 17 мая 2020 г., 15:46 Saurabh Bansode : > Hello, > I am using Ubuntu 16.04, Installed boost via apt-get install > libboost-system-dev, and then ran ./configure --disable-pic14-port > --disable-pic16-port as I

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Hello, I am using Ubuntu 16.04, Installed boost via apt-get install libboost-system-dev, and then ran ./configure --disable-pic14-port --disable-pic16-port as I was faced some issues with pic. The ./configure command runs successfully now. Then after running *make *command, I am getting the foll

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Philipp Klaus Krause
Am 17.05.20 um 13:50 schrieb Saurabh Bansode: > Hello, > After running ./configure as the manual suggests, I faced the following > error: > > /Configure: error: boost library not found (boost/graph/adjacency_list.hpp)/ > > After which i came across this post >

[Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Hello, After running ./configure as the manual suggests, I faced the following error: *Configure: error: boost library not found (boost/graph/adjacency_list.hpp)* After which i came across this post , and ran the following command b