I said ./configure --with-ssl but the script said it couldn't find ssl
libs. They're in the default /usr/local/ssl location. Looking at
config.log, I see that gcc is upset, claiming that -rpath is an invalid
option. That's right. It's a linker option so gcc should see -Wl,-rpath.
If I make that change, then configure finds the ssl libs and the build
proceeds.

In the midst of trying to debug this, I tried using another gcc by
saying
  CC=/usr/new/bin/gcc ./configure ...
This syntax is described in every GNU INSTALL document I've ever seen.
Your script does not honor it. Your script really should.

Thanks.

-- 
Mars
    2001-06-05 20:00:57.973 UTC (JD 2452066.334004)
    X  =  -0.302186621, Y  =  -1.326263232, Z  =  -0.599968130 (au)
    X' =   0.014245527, Y' =  -0.001339436, Z' =  -0.000999401 (au/d)

Reply via email to