On Tue, 21 Jun 2005 16:10:33 +0800 Finfin wrote:
F>                I want to modularize net-snmp to the target,
F>                and I put the command:
F>                 ./configure  --prefix=${TARGET}/usr
F>                 --exec-prefix=${TARGET}/usr

prefix and exec_prefix should be set up for the actual directories that will be
used on the target. In most cases, that will be /usr or /usr/local. If you need
to install to some temporary directory on the build host, then you want to set
the install prefix.

F>                 The output of Makefile which I desired:
F>                        .
F>                prefix=${TARGET}/usr
F>                exec_prefix=${TARGET}/usr

Configure won't pass the exact string '${TARGET}'.. it is going to evaluate the
expression before setting up the makefile.

-- 
NOTE: messages sent directly to me, instead of the lists, will be deleted
      unless they are requests for paid consulting services.

Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to