Hi,

Carsten Menn <[EMAIL PROTECTED]> writes:
> I have a simple (I hope so) problem. What I want to do is
> to compile my project for/on  different operating-systems.
> I want to have only one src-directory and several
> subdirectories like '$(srcdir)/bin-i686-linux' or 
> '$(srcdir)/bin-sun-solaris-2.7', etc...

Very simple.

     $ cd $(srcdir)
     $ mkdir bin-i686-linux; cd bin-i686-linux
     $ ../configure --prefix=...

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

Reply via email to