mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@516 72102866-910b-0410-8b05-ffd578937521
12 lines
444 B
Text
12 lines
444 B
Text
NSBundle problems:
|
|
|
|
It requires that the global variable NSArgv be defined and set to the
|
|
value of argv in main() in order to find the executable location.
|
|
(Actually objc-load requires this).
|
|
|
|
Linking with different linkers and on different systems is different
|
|
and may require some changes to the load flags, like -nostdlib,
|
|
-shared, -Xlinker -r, etc... Some of this can be taken care of in
|
|
the configure script.
|
|
|
|
|