Waller Rick S wrote:
[]
> static const char __Version[] =
> "@(#) $OpenLDAP: liblutil.a 2.1.22 (" __DATE__ " " __TIME__ ") $\n 
> [EMAIL PROTECTED]
> kristyandrick.com
> stmarksingles.com
> www.kofc12956.org
> www.kristyandrick.com
> www.stmarksingles.com
> macweb.bedrock.com
> noceweb.bedrock.com
> noceweb.homeunix.net:/sw/src/fink.build/openldap-ssl-2.1.22-25/ 
> openldap-2.1.22/libraries/liblutil\n";

This file is produced, as you can see from your build log, by a shell 
script 'mkversion', and this uses the output of 'uname -n', apparently 
assuming that the output is one line only.

I don't know who is to blame here, whether or not you are allowed to 
have a multi-line output from `uname -n` and whether the mkversion 
script should be obliged to digest this into something a C compiler can 
understand, or what the situation is with multi-line strings anyway. In 
any case this is the origin of the problem, and if you want to get rid 
of it, try to educate your 'uname -n' to produce a one-liner.

-- 
Martin


-------------------------------------------------------------------------
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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to