cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: make install error with 7.0.10

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 31 Jul 2000 10:18:29 +0200 (MET DST)

On Mon, 31 Jul 2000, Albert Chin-A-Young wrote:

> What this does in practice:
> $ mkinstalldirs [prefix]/include
> $ install -c -m 644 ../include/curl/curl.h \
> [prefix]/include/../include/curl/curl.h
> $ install -c -m 644 ../include/curl/easy.h \
> [prefix]/include/../include/curl/easy.h
>
> See the problem?

Yes I do.

> You created [prefix]/include but include files are being installed into
> [prefix]/include/curl which does not exist. Do you really want include
> files installed into [prefix]/include/curl or [prefix]/include?

I want the include files to get installed in [prefix]/include/curl to reduce
the risk of file names already in use.

But, the Makefile.in that was used as a template for that that Makefile was
generated with automake from the Makefile.am file... I'm an automake looser
and I'm not entirely sure how to fix this at the moment, I'll have to read
some docs and do some tests first.

If there's any automake knowledgable person reading this that can help us on
this, please speak up! ;-)

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-07-31