make problem on generated project

Bernd Gehrmann bernd at physik.hu-berlin.de
Sat Oct 16 19:26:32 BST 1999


On Thu, 14 Oct 1999 Massimo Morin wrote:
>BTW is there a way for specifying where to put the objects and the
>resulting library AND the executable???
>
>In my situation I have the same ource code shared on different platform
>(Linux (various flavors), HP-Ux, Solaris, Aix....) so I need to separate
>the objects from the source (the src dir is NFS-ed but the bin and lib
>and obj dir are local on the machine I'm in use)

It's basically something like

  mkdir builddir
  cd builddir && ../configure
  make -C builddir

The details are left as an exercise for the reader :-)
(in other words, some of the Debian packages for KDE use
that, but I've never used it myself).

Bernd




More information about the KDevelop mailing list