On Mon, Apr 11, 2011 at 04:52:24PM -0400, Jason Curl wrote: > On 11/04/2011 17:32, Sean Boudreau wrote: > > Hi, > > > > Here's a patch for qnx that I've been using for a while. > > I'd like to try to get it integrated. > > > > Regards, > > > > -seanb > Does this patch work with non-gcc compilers for QNX, e.g. icc? Or does > one have to use qcc with such compilers? I've never tried > cross-compiling with a different compile. e.g. icc for QNX 6.3.0 > (http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/i/icc.html)
icc only ran on windows hosts and this patch is for self hosted development so no. > > Also, I note that you set the version type to "linux". Does this imply > multiple version elements in the shared library path? I see that QNX > themselves (version 6.5.0) doesn't use this format (e.g. they have > libsocket.so.2 or libsocket.so.3, it doesn't have libsocket.so.2.1, etc. > as on Linux, but does have libstdc++.so.6.0.13 -> libstdc++.so.6). Both seem to work fine. I've found that linux here in libtool had less issues on 3rd party packages which is where it's used on qnx. Regards, -seanb _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool