Re: How to create a self contained GTK+ Application for Linux
- From: Tristan Van Berkom <tvb gnome org>
- To: Jeremy Roberson <jroberson interwritelearning com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: How to create a self contained GTK+ Application for Linux
- Date: Tue, 22 May 2007 16:51:11 -0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]