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


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'tbe'                     |'thb'
--------------------------------------------------------------------------------
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:14:33 +0000 
2007 -------
Too many Thorstens :-) Sorry again.

I compiled pj76 and libuno_sal.dylib.3:

paveljanik:~/Applications/TEST/OpenOffice.org 2.3.app/Contents/MacOS/program 
pavel$ otool -L 
libuno_sal.dylib.3 
libuno_sal.dylib.3:
        @executable_path/libuno_sal.dylib.3 (compatibility version 0.0.0, 
current version 0.0.0)
        @executable_path/libstlport_gcc_stldebug.dylib (compatibility version 
0.0.0, current version 0.0.0)
        @executable_path/libstlport_gcc.dylib (compatibility version 0.0.0, 
current version 0.0.0)

-> libuno_sal links to both debug and nondebug versions of stlport 8).

The problem comes from sal/util/makefile.mk:

#The irony that using the system STL instead of
#stlport requires that we link libsal with the
#LIBSTLPORT alias which is not required when using
#stlport is not lost on me
.IF "$(USE_SYSTEM_STL)"=="YES"
SHL1STDLIBS+=$(LIBSTLPORT)
.ELSE
.IF "$(OS)"=="MACOSX"
SHL1STDLIBS+=-lstlport_gcc
.ENDIF
.ENDIF

The question is, if we need to link to stlport in sal all the time or only when 
dbgutil is enabled. Will have 
to verify.


---------------------------------------------------------------------
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