On Tue, 2007-05-22 at 20:29 +0000, Jeremy Roberson wrote:
[...]
> And I get a segmentation fault.  I then tried ldd and gdb and I get an instant
> segmentation fault.  If I unset the LD_LIBRARY_PATH variable and then try ldd
> and gdb, they work but the application fails because it's linking against 
> older
> libraries.  
> 
> Any ideas would be greatly appreciated.

I'm not sure off hand whats going wrong in your app,
you might try a true jailed environment using a chroot, etc -
or at least run a short study on existing jail environments 
and what details they attend to to make sure apps/compilation
works properly.
(sounds to me like you are not even reaching main() from your gcc 
start stubs, maybe you have something set to preload on the target
system ? I dont know...)

Cheers,
                   -Tristan



_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to