automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: *.o not in src_dir


From: Raja R Harinath
Subject: Re: *.o not in src_dir
Date: 27 Feb 2001 11:55:48 -0600
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98

Hi,

Carsten Menn <address@hidden> 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 ------------------------------ address@hidden
"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

[Prev in Thread] Current Thread [Next in Thread]