Re: [Fink-devel] libtool file pointing to fink build dir

2007-02-11 Thread Daniel Macks
On Sun, Feb 11, 2007 at 01:23:57AM +0900, Peter O'Gorman wrote:
 
 On Feb 11, 2007, at 12:52 AM, Alexander Hansen wrote:
 
  Can somebody remind me what the fix is when a .la file points to the
  fink build directory?
 
  I'm going to start a wiki page for validation errors and their fixes.
 
 Most of the time this is due to an upstream error, they have '-L./foo/ 
 bar -lbar' in their Makefile.am where they should have './foo/bar/ 
 libbar.la'. If libtool recognizes a library as being relative to the  
 build directory and not an installed library, then it will not add it  
 to dependency_libs.

That particular cause of this particular issue is already on the fink
wiki at

http://wiki.finkproject.org/index.php/Fink:Porting_Notes

though we don't describe the specific validator error message.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] libtool file pointing to fink build dir

2007-02-10 Thread Alexander Hansen
Can somebody remind me what the fix is when a .la file points to the
fink build directory?

I'm going to start a wiki page for validation errors and their fixes.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] libtool file pointing to fink build dir

2007-02-10 Thread Peter O'Gorman

On Feb 11, 2007, at 12:52 AM, Alexander Hansen wrote:

 Can somebody remind me what the fix is when a .la file points to the
 fink build directory?

 I'm going to start a wiki page for validation errors and their fixes.

Most of the time this is due to an upstream error, they have '-L./foo/ 
bar -lbar' in their Makefile.am where they should have './foo/bar/ 
libbar.la'. If libtool recognizes a library as being relative to the  
build directory and not an installed library, then it will not add it  
to dependency_libs.

Peter

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel