Re: Linking problem on Solaris 8

2001-07-16 Thread Richard Levitte - VMS Whacker
From: Carson Gaspar <[EMAIL PROTECTED]> carson> > sed -e carson> > 's,^\("solaris[^"]*-gcc.*\):gnu-shared:\(.*$\),\1:solaris-shared:\2,' Con carson> > figure > Configure.fixed carson> > carson> > and all should be well. carson> carson> That was me. And I'm rather sad that this didn't make it int

Re: Linking problem on Solaris 8

2001-07-16 Thread Richard Hopkins
Yes - I've seen this. Searching through the archives I found a message explaining the problem (sorry, can't credit the original poster off the top of my head). Basically... sed -e 's,^\("solaris[^"]*-gcc.*\):gnu-shared:\(.*$\),\1:solaris-shared:\2,' Con figure > Configure.fixed and all shoul