To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580





------- Additional comments from [EMAIL PROTECTED] Tue Jan 17 12:40:06 -0800 
2006 -------
shinra: the first part of your patch is already in configure14 cws.

The second part is ugly. System library menas that the system comes with the
library not that we have to hunt the library around the system with -L ;-)

On GNU/Linux:

[EMAIL PROTECTED]:~> python -c "import distutils.sysconfig; print
distutils.sysconfig.get_config_var('LIBPL');"
/usr/lib/python2.4/config
[EMAIL PROTECTED]:~> 

[EMAIL PROTECTED]:~> ls -al /usr/lib/python2.4/config/lib*
-rw-r--r--  1 root root 1550468 2005-03-22 22:51
/usr/lib/python2.4/config/libpython2.4.a
[EMAIL PROTECTED]:~> 

-> it will use static library on GNU/Linux. We do not want it ;-)


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to