Re: [dev] SDK on Mac OS X 10.4

2008-09-03 Thread Juergen Schmidt
Pierre Doyon wrote: Hi Juergen, I process the following g++ command with sucess. g++ -dynamiclib -single_module -Wl,-multiply_defined,suppress -Wl,-exported_symbols_list /Users/pdoyon/OpenOffice.org3.0_SDK/MACOSXexample.out/misc/CppComponentSample/CppComponent.uno.map

Re: [dev] SDK on Mac OS X 10.4

2008-09-02 Thread Pierre Doyon
Hi Juergen, I process the following g++ command with sucess. g++ -dynamiclib -single_module -Wl,-multiply_defined,suppress - Wl,-exported_symbols_list /Users/pdoyon/OpenOffice.org3.0_SDK/ MACOSXexample.out/misc/CppComponentSample/CppComponent.uno.map -L/

Re: [dev] SDK on Mac OS X 10.4

2008-09-01 Thread Juergen Schmidt
Pierre Doyon wrote: Hi Juergen, Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Pierre Doyon
Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/ libuno_sal.dylib.3 referenced from: /Users/pdoyon/ OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib (checking for

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Juergen Schmidt
Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from: /Users/pdoyon/OpenOffice.org3.0_SDK/macosx/lib/libuno_cppuhelpergcc3.dylib (checking for undefined symbols may be affected)

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Stephan Bergmann
On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from:

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Juergen Schmidt
Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced from:

Re: [dev] SDK on Mac OS X 10.4

2008-08-29 Thread Pierre Doyon
Hi Juergen, Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/ libuno_sal.dylib.3 referenced from:

Re: [dev] SDK on Mac OS X 10.4

2008-08-28 Thread Pierre Doyon
Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib. 3 referenced from: /Users/pdoyon/OpenOffice.org3.0_SDK/macosx/lib/ libuno_cppuhelpergcc3.dylib (checking for undefined symbols may be affected) (No such file or

Re: [dev] SDK on Mac OS X 10.4

2008-08-22 Thread Juergen Schmidt
eric b wrote: Hi, Le 21 août 08 à 13:47, Juergen Schmidt a écrit : Pierre Doyon wrote: Hi all, I tried to generate a UNO Component on PPC Mac OS X 10.4 with the SDK of OpenOffice.org 3.0 and I had somes problems during the link of the objects files. I got a list Undefined symbols like this

Re: [dev] SDK on Mac OS X 10.4

2008-08-21 Thread Juergen Schmidt
Pierre Doyon wrote: Hi all, I tried to generate a UNO Component on PPC Mac OS X 10.4 with the SDK of OpenOffice.org 3.0 and I had somes problems during the link of the objects files. I got a list Undefined symbols like this one: _osl_acquireMutex referenced from

Re: [dev] SDK on Mac OS X 10.4

2008-08-21 Thread eric b
Hi, Le 21 août 08 à 13:47, Juergen Schmidt a écrit : Pierre Doyon wrote: Hi all, I tried to generate a UNO Component on PPC Mac OS X 10.4 with the SDK of OpenOffice.org 3.0 and I had somes problems during the link of the objects files. I got a list Undefined symbols like this one: