Stefan Teleman wrote: > > > Garrett D'Amore wrote: > >>> /builds2/steleman/ws/sfwnv-gcc4/proto/root_i386/usr/gcc4/bin/gas >>> >>> and this path will not exist on any Solaris distro that I can speak of. >> >> That hard coding of the path is a *build time* artifact. If you >> can't figure out how to fix that, then you should probably abandon >> the effort and let someone else take this task on who can. >> >> (Hint: you're build system can temporarily contain binaries and >> objects that are not part of any official distribution yet. I.e. you >> could install binutils manually in /usr/bin during the time that you >> do the build.) > > I am not going to dignify this with an answer.
I am sorry if I insulted you. My above statements could have been worded better, I think. However, the underpinning technical point, which is that you can resolve the *build time* dependency fairly trivially remains valid, and the problem of the dependency should not drive the architecture of the project. If you choose not to address my point, that's your choice, but I believe other members (particularly Darren) have stated that you need to provide a clear picture of what we are doing. I don't believe that a problem building the software should drive the architecture of what we deliver to customers, and I strongly suspect that I am not alone in that regard. -- Garrett