Thanks to all that took the time to reply to me on this issue. I have given up the attempt for multiple reasons, not the least of which was that the statically linked version was destined for an older version of Linux, which as it turns out, was running an older X server that didn't support the libraries that I was linking into my app. The whole thing was my boss's idea in the first place. :)
Thanks, Bob Caryl Timothy M. Shead wrote: > Bob Caryl wrote: > >> 1. Is it normal for a statically linked application to attempt to >> dlopen a shared library? > > > There is nothing to prohibit this - if the application is coded to use > dlopen(), it doesn't matter how the binary was linked. > > Cheers, > Tim > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
