This is the mail archive of the sid@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bugreport: Latest CVS checkout of sid: segfault with empty file w/o configuration(?)


Hi,
> >   // Try ordinary dynamic linking
> >   dl_handle = lt_dlopen(dso_name.c_str());     <--------
>
> Try recompiling the whole thing with "CFLAGS=-g CXXFLAGS=-g".  It may
> help explain why lt_dlopen failed, if perhaps something is wrong with
> dso_open.
I did that already... I have a configurerc that is activated for all my own 
autotools projects. This was enabled for my build but I remembered this only 
now as I looked at the compiler flags...
I did compile it with '-g -Wall', but I'm sure the -Wall didn't hurt :-)

> Another fall-back option is to configure with "--disable-shared",
> which will link in component libraries right into the sid binary.
Well, this is one of the things which I tried already, but it did not change 
the behaviour.


Do you have any other ideas?


Best regards,

Onno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]