Thomas Lauf wrote:
> Hello,
> 
> I'm trying to build a package for CCfits, the C++  wrappers for cfitsio.
> Validation of the package passes fine, but when I try to build it I'm  
> stuck with the following:
> 
> $ fink -m --build-as-nobody rebuild ccfits
> [...]
> Writing control file...
> Validating .deb dir /sw/src/fink.build/root-ccfits-2.0-1...
> Error: Libtool file points to fink install dir.
>          Offending file: /sw/lib/libCCfits.la

Have a look at the text file /sw/lib/libCCfits.la. Either under the title
# Libraries that this one depends upon.
or under
# Directory that this library needs to be installed in:

you will see directory names of the form 
/sw/src/fink.build/root-ccfits-<etc>/sw/lib

They should be /sw/lib instead.

Usually, libtool does this automatically correctly when you run 
configure with the default --prefix=%p, and use "make install 
DESTDIR=%d" in the InstallScript.

-- 
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-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to