>>>>> On Mon, 6 Jun 2005 19:06:56 -0700 (PDT), Shufen Zhang <[EMAIL PROTECTED]> 
>>>>> said:

Shufen> My question is that in the current ucd-snmp compiling, a
Shufen> directory objdir was created under the root snmp directory and
Shufen> all the object files went to here. How can I do the same thing
Shufen> for the new net-snmp agent too? How was it controlled? Is it
Shufen> controlled by ./configure option or controlled by the project
Shufen> makefile.

You should be able to:

mkdir obj_dir
cd obj_dir
../configure
make
make install

and all the objects will end up in the obj_dir directory rather than
with the source.

-- 
Wes Hardaker
Sparta, Inc.


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to