On 04/22/2010 10:43 AM, AJ ONeal wrote: > I've got a toolkit that appears to expect a particular file to be > located in a particular directory in the working directory of the daemon. > I don't want to put that directory in /. The simplest solution seems > to be to have the daemon script cd /opt/app_name/usr/, but I suspect > there is a better solution that I don't yet understand. >
Are you talking about a gcc cross-compilation toolchain? If so, you can't move those around. They usually have to be used exactly where they were built. --Dave -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
