minosrv-users Mailing List for Minos
Brought to you by:
fischerc
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Fischer, C. <cle...@at...> - 2008-05-15 06:27:34
|
Hi Francois, you possibly forgot to set the environment variable OMNIORB_ROOT. It must contain the installation directory of omniORB, as mentioned in Minos' README.unix. I always install omniORB under /usr/local, e.g. /usr/local/omniORB-4.1.2, and set OMNIORB_ROOT=/usr/local/omniORB-4.1.2. I do not exactly know how omniORB is installed by default, I think it's somewhere in /usr/include, /usr/lib etc. In this case try setting OMNIORB_ROOT=/usr. Cheers Clemens -----Ursprüngliche Nachricht----- Von: min...@li... [mailto:min...@li...] Im Auftrag von Francois Hornoy Gesendet: Donnerstag, 15. Mai 2008 06:22 An: min...@li... Betreff: [minosrv-users] Compilation problem Hello, I'm trying to compile Minos for omniORB. I get a problem: g++ -L/lib -L../../../PortableUtils/gcc/omnithread Admin.o Application.o ConsumerAdmin.o EventChannel.o EventChannelFactory.o EventStore.o EventTypes.o FilterAdmin.o Main.o NotifyPublish.o NotifySubscribe.o Persistent.o Proxy.o ProxyConsumer.o ProxyPullSupplier.o ProxyPushConsumer.o ProxyPushSupplier.o ProxySupplier.o PullSupplier.o QoSAdmin.o SequenceProxyPullSupplier.o SequenceProxyPushConsumer.o SequenceProxyPushSupplier.o Serializer.o Servant.o StreamOperators.o StructuredProxyPullSupplier.o StructuredProxyPushConsumer.o StructuredProxyPushSupplier.o SupplierAdmin.o -lPortableUtils_omnithread -lCOSDynamic4 -lCOS4 -lomniDynamic4 -lomniORB4 -lomnithread -o Minos_omniorb /usr/bin/ld: ne peut trouver -lCOSDynamic4 Thank you for helping, Francois. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ minosrv-users mailing list min...@li... https://lists.sourceforge.net/lists/listinfo/minosrv-users |
From: Francois H. <fh...@gm...> - 2008-05-15 04:38:42
|
Sorry.. i forgot to install "libcos4". Compilation is OK. And Python examples work fine. Cheers, Francois. On Thu, May 15, 2008 at 1:22 PM, Francois Hornoy <fh...@gm...> wrote: > Hello, > > I'm trying to compile Minos for omniORB. > > I get a problem: > > g++ -L/lib -L../../../PortableUtils/gcc/omnithread Admin.o > Application.o ConsumerAdmin.o EventChannel.o EventChannelFactory.o > EventStore.o EventTypes.o FilterAdmin.o Main.o NotifyPublish.o > NotifySubscribe.o Persistent.o Proxy.o ProxyConsumer.o > ProxyPullSupplier.o ProxyPushConsumer.o ProxyPushSupplier.o > ProxySupplier.o PullSupplier.o QoSAdmin.o SequenceProxyPullSupplier.o > SequenceProxyPushConsumer.o SequenceProxyPushSupplier.o Serializer.o > Servant.o StreamOperators.o StructuredProxyPullSupplier.o > StructuredProxyPushConsumer.o StructuredProxyPushSupplier.o > SupplierAdmin.o -lPortableUtils_omnithread -lCOSDynamic4 -lCOS4 > -lomniDynamic4 -lomniORB4 -lomnithread -o Minos_omniorb > > /usr/bin/ld: ne peut trouver -lCOSDynamic4 > > > > Thank you for helping, > Francois. > -- Francois HORNOY http://francois.patapouf.org |
From: Francois H. <fh...@gm...> - 2008-05-15 04:22:31
|
Hello, I'm trying to compile Minos for omniORB. I get a problem: g++ -L/lib -L../../../PortableUtils/gcc/omnithread Admin.o Application.o ConsumerAdmin.o EventChannel.o EventChannelFactory.o EventStore.o EventTypes.o FilterAdmin.o Main.o NotifyPublish.o NotifySubscribe.o Persistent.o Proxy.o ProxyConsumer.o ProxyPullSupplier.o ProxyPushConsumer.o ProxyPushSupplier.o ProxySupplier.o PullSupplier.o QoSAdmin.o SequenceProxyPullSupplier.o SequenceProxyPushConsumer.o SequenceProxyPushSupplier.o Serializer.o Servant.o StreamOperators.o StructuredProxyPullSupplier.o StructuredProxyPushConsumer.o StructuredProxyPushSupplier.o SupplierAdmin.o -lPortableUtils_omnithread -lCOSDynamic4 -lCOS4 -lomniDynamic4 -lomniORB4 -lomnithread -o Minos_omniorb /usr/bin/ld: ne peut trouver -lCOSDynamic4 Thank you for helping, Francois. |