aMSN, tls, messenger

yellowdog-general@lists.terrasoftsolutions.com yellowdog-general@lists.terrasoftsolutions.com
Sat Jun 12 23:35:01 2004


Matthias:

> Then the Makefile mustn't be using CFLAGS, or not properly. On the cc
> command line just before the error, can you see "-I/usr/kerberos/include"
> or not? If not, it's the problem, and you need to check the Makefile to see
> if it's not using OPT_FLAGS, CXXFLAGS or anything else like this and either
> change your invocation or modify/patch it.

Well, the cc command line does NOT have "-I/usr/kerberos/include".
Instead, it has, twice, -I"/usr/include" -I"/usr/include"


On the other hand, the makefile has lines

CFLAGS = @CFLAGS@


LDFLAGS = $(LDFLAGS_DEFAULT)

So should I change the CFLAGS line to CFLAGS=$(CFLAGS) ?
There is no mention of OPT_FLAGS or CXXFLAGS in the makefile.

Richard

==========================================================================
cc -DVERSION=\"1.50\" -DPACKAGE=\"tls\" -DNO_IDEA=1 -DNO_RC5=1
-DUSE_TCL_STUBS=1  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1
-DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1
-DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1
-DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1
-DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1
-DHAVE_SYS_IOCTL_H=1       -I"/usr/include" -I"/usr/include"    -O
-D__NO_STRING_INLINES -D__NO_MATH_INLINES  -fPIC -c `echo ./tls.c` -o
tls.o