Setting CFLAGS environment variable seems to have worked, FWIW. If there's a safer mechanism, I'd be happy to use that too.
On 2/5/07, Doug B <[EMAIL PROTECTED]> wrote:
Hmmm - gcc -m64 does not report that error. What's the best way to use that flag in configure? On 2/2/07, Doug B <[EMAIL PROTECTED]> wrote: > You're right. Exact same error. Guess I need to ask elsewhere since > I've now installed the rpms that contain gcc as well as the library in > question. Thanks. > > On 2/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On Fri, 2 Feb 2007, Doug B wrote: > > > > > No other advice or ideas on what's misconfigured? > > > > > > > http://www.google.com/search?hl=en&q=crt1.o%3A+No+such+file%3A+No+such+file+or+directory&btnG=Google+Search > > > > basically you're operating system is incomplete with respect to > > development/compilation. > > > > does this even work for you: > > > > harp:~ > echo "main(){}" > a.c && gcc a.c && a.out && echo success > > success > > > > ?? > > > > i assume not. once you've got a working compiler tool-chain you should have > > no problem. perhaps you've got some sort of desktop install vs. a development > > version of rhe? > > > > regards. > > > > -a > > -- > > we can deny everything, except that we have the possibility of being better. > > simply reflect on that. > > - the dalai lama > > >
