|
From: | Tim Murphy |
Subject: | Re: dynamic object searching (was: Re: Dynamic objects) |
Date: | Tue, 30 Apr 2013 17:48:42 +0100 |
> Since you can't (in my recent experience) load a 64-bit DLL into a 32-bitThat's unrelated. I was talking about the fact that
> program, the real issue is what architecture was make itself built with.
load foo.so
is inherently non-portable, whereas
load foo
or
load foo$(SOEXT)
(with $(SOEXT) determined automatically by Make) is much more
portable.
[Prev in Thread] | Current Thread | [Next in Thread] |