Re: Installing GDC to home directory?

2011-08-15 Thread Iain Buclaw
== Quote from Trass3r (u...@known.com)'s article > > For example, if I am creating a binary .deb or .rpm, I can compile > > everything I want so that it expects to run in '/usr' (prefix), but dump > > the files in '/home/vnayar/myproject/rpm' (DESTDIR). > > > > After I run my command, I'll have stu

Re: Installing GDC to home directory?

2011-08-15 Thread Trass3r
For example, if I am creating a binary .deb or .rpm, I can compile everything I want so that it expects to run in '/usr' (prefix), but dump the files in '/home/vnayar/myproject/rpm' (DESTDIR). After I run my command, I'll have stuff like: /home/vnayar/myproject/rpm/ + usr/bin/mybin + us

Re: Installing GDC to home directory?

2011-08-15 Thread Vijay Nayar
On Mon, 15 Aug 2011 07:23:02 +0200, Johannes Pfau wrote: > dsimcha wrote: >>Is there an easy way to compile and install GDC + Phobos, druntime and a >>few custom libraries to your home directory on a machine that you don't >>have root access to? > > I think you could just change the "--prefix=/op

Equivalent of dmd.conf for gdc?

2011-08-15 Thread dsimcha
Is there any equivalent of dmd.conf for GDC that I can use to specify default import directories and linking search directories that I want only GDC to be aware of?

Re: Installing GDC to home directory?

2011-08-15 Thread dsimcha
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article > == Quote from Johannes Pfau (s...@example.com)'s article > > dsimcha wrote: > > >Is there an easy way to compile and install GDC + Phobos, druntime and > > >a few custom libraries to your home directory on a machine that you > > >don't have