neethi/test/Makefile.am: -pthread instead of -lpthread
------------------------------------------------------
Key: AXIS2C-1429
URL: https://issues.apache.org/jira/browse/AXIS2C-1429
Project: Axis2-C
Issue Type: Bug
Components: neethi
Affects Versions: 1.6.0
Environment: AIX 5.2, Visual Age C++ 6
Reporter: Olivier Mengué
-pthread is reported as an invalid argument by Visual Age C++ 6:
Making all in test
/home/prodfs/otp/axis-build/axis2c-src-1.6.0-2/neethi/test
source='test.c' object='test.o' libtool=no DEPDIR=.deps depmode=aix
/bin/sh ../depcomp cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I.. -I../include
-I ../../util/include -I ../../axiom/include -I ../../include
-I/home/prodfs/deploy/include -g -O2 -pthread -qnolm -D_LARGEFILE64_SOURCE -c
test.c
cc: 1501-210 command option t contains an incorrect subargument
This is probably a typo: the argument should be -lpthread.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.