Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!uunet!munnari.oz.au!uniwa!pico!akenning From: akenning@pico.oz (Alan Kennington) Newsgroups: comp.lang.c++ Subject: Oregon C++ on a Sun using dynamic linking of libraries. Summary: How do you do it? Message-ID: <414@pico.oz> Date: 15 Oct 89 16:25:13 GMT Reply-To: akenning@pico.qpsx.oz (Alan Kennington) Organization: QPSX Communications, Perth, West Australia. Lines: 18 Just now, and yesterday, I tried getting Oregon C++ to do dynamic linking. But it refused to do it. The problem is that I want to link my C++ code to the SunView graphics libraries, which are vey big. I can shave about 500k of code off my executable if I use dynamic linking, which the linker "ld" is capable of doing. Has anyone out there had success with dynamic libraries on Sun workstation, linked to Oregon C++ code? The code links to the static versions of the libraries all the time. It all works, but makes a very large executable. Thanks in advance, Alan Kennington.