first gnustep app! but segfaults

Laurent Blume laurent at opencsw.org
Thu Jun 26 09:52:30 CEST 2014


Le 2014/06/26 09:45 +0200, Riccardo Mottola a écrit:
> as far as I know, it is the standard way to pass those to configure
> one-shot, it always worked for me.
>
> This is from configure help:
>
> Usage: ./configure [OPTION]... [VAR=VALUE]...
>
> To assign environment variables (e.g., CC, CFLAGS...), specify them as
> VAR=VALUE.  See below for descriptions of some of the useful variables.

Check what is the RPATH there:
/usr/ccs/bin/dump -Lv 
/opt/GNUstep/Local/Library/Libraries/libgnustep-gui.so | grep PATH

It surely looks like RUNPATH /usr/lib:/opt/csw/lib

Save the output of the whole build: make >& output

And confirm there if there are some places the arguments are in the 
wrong order (-R/usr/lib -R/opt/csw/lib), because configure has its own 
ideas on what to add.

Most probably, it's now time to get out the LD_OPTIONS sledgehammer.

Laurent




More information about the maintainers mailing list