cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-453698 ] -Ioff/include instead of -I/usr/include

From: <noreply_at_sourceforge.net>
Date: Tue, 21 Aug 2001 05:24:53 -0700

Bugs item #453698, was opened at 2001-08-21 05:24
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=453698&group_id=976

Category: compile problem
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: -Ioff/include instead of -I/usr/include

Initial Comment:
On curl-7.8.1 (plateform:linux-2.2.19, with OpenSSL)

I configure for compilation with only:
./configure --prefix=/opt/curl-7.8.1

and
found problems on compilation of src/ and lib/ sources.

in the Makefile (for both directories src and lib)
there was:
CPPFLAGS = -Ioff/include/openssl -Ioff/include
LDFLAGS = -Loff/lib

instead of:
CPPFLAGS = -I/usr/include/openssl -I/usr/include
LDFLAGS = -L/usr/lib

I think it's a problem in configure.in file or
something like that, but don't know enough, about
autoconf/automake

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=453698&group_id=976
Received on 2001-08-21