Peter Dyballa wrote:
[]
> Is $exec_prefix set correctly when using the original Fink package?

Yes. Fink sets --prefix=/sw automatically, and exec_prefix is set from 
$prefix by configure, if you don't set it explicitly. That is, unless 
you fiddle with the tcl stuff. The configure script has the following code:

if test "$exec_prefix" = "NONE" ; then
   exec_prefix=${TCL_EXEC_PREFIX}

and only later on

test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'.

Thus, if you set TCL_EXEC_PREFIX manually (AFAICT it is not set by 
configure), you end up with exec_prefix set to the same thing and not to 
/sw.


>       Directories where BLT is to be installed:
>       
>         "$prefix" is /sw
>         "$exec_prefix" is /sw
>       
>         bltwish      to be installed in  ${exec_prefix}/bin
>         libBLT.a     to be installed in  /sw/lib
>         scripts      to be installed in  /sw/lib/blt2.4
>         manual pages to be installed in  /sw/share/man

I see the same in my (standard, unmodified) build log.

Concerning --enable-jpeg, I agree that it should probably rather be used 
as --enable-jpeg=/sw, but in my build, /sw/lib/libjpeg.dylib was found 
just fine.

-- 
Martin


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to