Discussion:
[omniORB] Make doesn't make "static" subdir under src/services/mklib at build directory.
Zhu, Jiesong (Equity Trading)
2009-10-29 17:40:31 UTC
Permalink
Everyone:
I'm trying to install omniORB 4.1.4 with build directory as:
/omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod/

by setting the prefix and execprefix to
"omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod" for configure.
At make, it didn't create the "static" subdirectory under
omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod/src/services/mklib
so that make failed at put the target obj there.

It is interesting that the make does create those static and share sub
directories at other places, like
"/omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod/src/lib/omniORB/dy
namic".

Please advise where I should look into.

Thanks ahead for help!

Jason


--------------------------------------------------------------------------
This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. The information contained in this e-mail was obtained from sources believed to be reliable; however, the accuracy or completeness of this information is not guaranteed. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaran teed to be secure or error-free. References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Past performance is no guarantee of future results. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing.
--------------------------------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20091029/b8c076b4/attachment.htm
Duncan Grisby
2009-10-30 16:19:46 UTC
Permalink
Post by Zhu, Jiesong (Equity Trading)
/omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod/
by setting the prefix and execprefix to
?omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod? for configure.
At make, it didn?t create the ?static? subdirectory under
omniORB-4.1.4/build/x86-32.linux.2.6.gcc.3.4.6.prod/src/services/mklib
so that make failed at put the target obj there.
What exactly are the steps you have performed, and what exactly went
wrong?

It sounds like you are trying to set the install path to the same as the
build path, which may well cause problems. You should set prefix to
somewhere other than the build tree. e.g.:

cd omniORB-4.1.4
mkdir build
cd build
../configure --prefix=/usr/local
make
make install


With those steps, it compiles all the static libraries fine.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...