Hi,

On Sat, 2009-03-07 at 00:07 -0700, Fred R. Beck wrote:
> Since my runtime environment does not map to the SDK install area 
> specified by the --prefix command, I'm at a loss as to what all I need 
> to install on the target device and how I can point the compiled 
> application to find everything

Hm, maybe I don't get your point, but are you saying you can't see your
target fs from your host? If not, --prefix is the prefix to your runtime
paths on the target, as seen from the target.
So you do ./configure ... --prefix=/mystuff and build, and after
installing your directfb onto the target fs it will look for
inputdrivers etc. in /mystuff/lib/directfb-1.3.0/inputdrivers etc.
To install this after compilation from your host you do
make DESTDIR=/targetfs/as/seen/from/the/host install

Alternatively, you can specify --libdir= --syconfdir= (and many more)
during configure and/or
make prefix=... libdir=... sharedstatedir=... (and many others) install
for installing if you want a more fine grained control of the directory
layout.

Cheers,
Andre'


_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to