home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.misc
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!news.belwue.de!eratu.rz.uni-konstanz.de!lindau.inf-wiss.ivp.uni-konstanz.de!hoehle
- From: hoehle@lindau.inf-wiss.ivp.uni-konstanz.de (Joerg-Cyril Hoehle)
- Subject: mixed SunOS 4.1.1 and 4.1.2 environments
- Message-ID: <1992Sep10.152932.127656@eratu.rz.uni-konstanz.de>
- Keywords: SunOS 4.1.1, SunOS 4.1.2, compytibility, shared library
- Sender: usenet@eratu.rz.uni-konstanz.de
- Organization: Information Science, Univ. of Konstanz
- D-W-7750 Konstanz, Germany
- Date: Thu, 10 Sep 1992 15:29:32 GMT
- Lines: 17
-
- We have a mixed environment of SunOS4.1.1 IPC and 4.1.2 SS2 and IPX machines. We
- tend to compile programs on the faster (and newer) machines, but get the
- following warning when running the executables on the older OS ones:
-
- ld.so: warning: /usr/lib/libc.so.1.6 has older revision than expected 7
-
- In order to prevent these warning to appear, I thought about compiling on a fast
- 4.1.2 machine, removing the executable, login into a slower 4.1.1 machine, typing
- make again so that only linking (with the older libraries) is done and not the
- full compile stage. The warning then disappears.
-
- Question: is this safe? Or should compile and link happen on the older OS for
- compatibility between includes and libraries?
-
- Thanks for any info,
- Joerg.
- hoehle@inf-wiss.ivp.uni-konstanz.de
-