My application loading some nibs (gmodel files).
For example:
[GMModel loadIMFile: @"..." owner: self]
In older version of gstep-core (000416, ...) this work correctly.
In last version (gstep-core-000424) I go message:
"No path specified for bundle" when I try to load bundle.
I have detected problem in .../base/Source/NSBundle.m on line 282,
where is #ifdef HAVE_PROC_FS_EXE_LINK, because @"/proc/self/exe" is link
to [0301]:26542 or similar.
When I disable definition of HAVE_PROC_FS_EXE_LINK in ./config.h, the
problem was solved.
(I have Debian Linux 2.1, P III, ...)
Jan Trembulak
[EMAIL PROTECTED]