On Thu, 29 May 2003, AndreyB wrote:

> Does anybody know?
>
> I have no problem with compiling and linking, but all the objects live in
> the source directories - bad habit.
>
> What do I do?
>

At the beginning of the compilation, say:

$ mkdir .objs

Then run
gcc -c -o .objs/hello.o hello.c

Regards,

        Shlomi Fish

>
> --------------------------------------------------------------------------
> Haifa Linux Club Mailing List (http://www.haifux.org)
> To unsub send an empty message to [EMAIL PROTECTED]
>
>



----------------------------------------------------------------------
Shlomi Fish        [EMAIL PROTECTED]
Home Page:         http://t2.technion.ac.il/~shlomif/

An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.

        Falk Fish


--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to