[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make/framework.make patch
From: |
Adam Fedor |
Subject: |
Re: make/framework.make patch |
Date: |
Tue, 16 Oct 2001 13:28:42 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.4) Gecko/20010915 |
mirko.viviani@rccr.cremona.it wrote:
You wrote:
(1) for objc frameworks, do .a files need to be
created/installed as well as .dlls? (as for the main gnustep
libraries which have both).
I think that there is no need for them.
You do need both. The .a files are for linking, the .dll's are for running.
(2) should we be striving to keep the dlls inside the
framework folders, or is this a lost cause on Windows, when
the dlls have to be in the PATH?
As on non-win system you can put the dlls in */Library/Libraries
and these paths should go in PATH.
.a files should go in ../Libraries/{target_dir}
.dll files should fo in ../Tools/{target_dir}
since PATH already includes the Tools/... dirs.
Although the .a files could just stay in the framework dir, as long as
link commands are set up correctly. I have to look at that more closely
since I don't know how frameworks work in GNUstep.
--
Adam Fedor, Digital Optics | Fudd's law of opposition: Push
fedor@doc.com http://www.doc.com | something hard enough, and it
fedor@gnu.org http://www.gnustep.org | will fall over.