Re: [9fans] p9p on 64 bit Linux

2014-03-04 Thread David du Colombier
On a 64-bit Linux, I think you should rather compile plan9port in 64-bit. If you gcc doesn't produce 64-bit executables by default, try to add -m64 in 9c and recompile plan9port. -- David du Colombier

Re: [9fans] p9p on 64 bit Linux

2014-03-04 Thread tuchalia
Hi there Blake, (This is my first email here). I had the same problem with FreeBSD. And with my current Arch Linux setup. What you have to do is to install the 32-bit versions of libX11. Using Linux Mint it is a safe bet that you can get it using your package manager, as other have said. 2014-0

Re: [9fans] p9p on 64 bit Linux

2014-03-04 Thread Charles Forsyth
On 4 March 2014 02:58, Blake McBride wrote: > > > I think it may be looking for 32 bit shared libraries. I am not sure how > things are getting built on a 64 bit environment. Your help is greatly > appreciated. > I had to apt-get install *package-name*:*i386* for each one, adhering to the new

Re: [9fans] p9p on 64 bit Linux

2014-03-04 Thread Alexander Sychev
Hi, I think, you should check the ld cache: ldconfig -p | grep libX11.so Also you can run ldd $PLAN9/bin/devdraw and check some other dependencies from X world On Tue, Mar 4, 2014 at 6:58 AM, Blake McBride wrote: > Greetings, > > I am trying to build p9p with the latest LinuxMint on a 64 bit