Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Unable to build Proxies on IBM-LL

Mohammed
Do you have the IBM xlc C and C++ compilers on your system? If so, can you 
put those first in your PATH environment variable and see if you can 
compile the code? I made some changes to the configure.in files a couple 
months ago for the sdm code to get it to build on AIX, where I only have 
the IBM compilers and no gcc compilers. I see messages in your log 
complaining about invalid options -qinfo=gen and -qcpluscmt for every 
compilation, but they seem to be ignored. There are some c++ style 
comments just before the first compilation, but I'm not sure if they are 
causing problems since I see other c++ style comments that don't cause 
problems.

Greg: I grabbed the latest CVS source and this builds fine on my AIX 
system (with xlc). The first errors seem to have something to do with a 
missing declaration for the List data type as well as the ones around line 
242. I don't understand why gcc is complaining about the 'char *s = 
strchr(buffer, ','); statement at line 232.

Has anything changed with the sdm or proxy code between the 1/20/2009 
build and today's code?
Dave



Mohammad Shahbaz Memon <m.memon@xxxxxxxxxxxxx> 
Sent by: ptp-user-bounces@xxxxxxxxxxx
01/26/2009 09:33 AM
Please respond to
PTP User list <ptp-user@xxxxxxxxxxx>


To
ptp-user@xxxxxxxxxxx
cc

Subject
[ptp-user] Unable to build Proxies on IBM-LL






Hi folks,

I am trying to compile the proxy on IBM-LL. According to the
instructions, I have,

- installed eclipse locally then updated it with CDT, PTP, and RSE
required plugins

- copied the following directories to the remote location,
 org.eclipse.ptp.aix.ppc_2.1.1.200901201311
 org.eclipse.ptp.proxy_2.1.1.200901201311
 org.eclipse.ptp.debug.sdm_2.1.1.200901201311
 org.eclipse.ptp.utils_2.1.1.200901201311

- changed directory to the org.eclipse.ptp.aix.ppc_2.1.1.200901201311

- sh BUILD

During the build, there are some errors. Please find attached the sh
BUILD console output.

May be I am not following the instructions carefully.

Thanks and Regards,

-- 
------------------
Mohammad Shahbaz Memon
Distributed Systems and Grid Computing
Jülich Supercomputing Center
Forschungszentrum Jülich GmbH
Jülich Germany

Office: +49 (0)2461 61 6567
Fax:     +49 (0)2461 61 6656
http://www.fz-juelich.de/jsc

Sitz der Gesellschaft: Jülich
Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDirig'in Bärbel Brumme-Bothe
Vorstand: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender)
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

m.memon@jump01lm.!: ls
org.eclipse.ptp.aix.ppc_2.1.1.200901201311    org.eclipse.ptp.proxy_2.1.1.200901201311
org.eclipse.ptp.debug.sdm_2.1.1.200901201311  org.eclipse.ptp.utils_2.1.1.200901201311
m.memon@jump01lm.!: cd org.eclipse.ptp.aix.ppc_2.1.1.200901201311/
m.memon@jump01lm.!: ls
BUILD         META-INF      about.html    bin           fragment.xml
m.memon@jump01lm.!: sh BUILD
Building org.eclipse.ptp.utils_2.1.1.200901201311...
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for asprintf... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing --run aclocal-1.10
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing[52]: aclocal-1.10:  not found.
WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing --run automake-1.10 --gnu
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing[52]: automake-1.10:  not found.
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing --run autoconf
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing[52]: autoconf:  not found.
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
        /bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh configure  --prefix=/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.aix.ppc_2.1.1.200901201311  --no-create --no-recursion
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for asprintf... no
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
        source='src/bitset.c' object='libutils_a-bitset.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-bitset.o `test -f 'src/bitset.c' || echo './'`src/bitset.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/args.c' object='libutils_a-args.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-args.o `test -f 'src/args.c' || echo './'`src/args.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/list.c' object='libutils_a-list.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-list.o `test -f 'src/list.c' || echo './'`src/list.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/hash.c' object='libutils_a-hash.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-hash.o `test -f 'src/hash.c' || echo './'`src/hash.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/handler.c' object='libutils_a-handler.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-handler.o `test -f 'src/handler.c' || echo './'`src/handler.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/compat.c' object='libutils_a-compat.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-compat.o `test -f 'src/compat.c' || echo './'`src/compat.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/rangeset.c' object='libutils_a-rangeset.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-rangeset.o `test -f 'src/rangeset.c' || echo './'`src/rangeset.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/serdes.c' object='libutils_a-serdes.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g  -g -O2 -qinfo=gen -qcpluscmt -c -o libutils_a-serdes.o `test -f 'src/serdes.c' || echo './'`src/serdes.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libutils.a
        ar cru libutils.a libutils_a-bitset.o  libutils_a-args.o libutils_a-list.o  libutils_a-hash.o libutils_a-handler.o  libutils_a-compat.o libutils_a-rangeset.o  libutils_a-serdes.o
        ranlib libutils.a
        source='src/bitset_test.c' object='bitset_test-bitset_test.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -c -o bitset_test-bitset_test.o `test -f 'src/bitset_test.c' || echo './'`src/bitset_test.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        gcc -I./include  -g -g -O2 -qinfo=gen -qcpluscmt  -g  -o bitset_test bitset_test-bitset_test.o libutils.a
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/args_test.c' object='args_test-args_test.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -c -o args_test-args_test.o `test -f 'src/args_test.c' || echo './'`src/args_test.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        gcc -I./include  -g -g -O2 -qinfo=gen -qcpluscmt  -g  -o args_test args_test-args_test.o libutils.a
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/rangeset_test.c' object='rangeset_test-rangeset_test.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -c -o rangeset_test-rangeset_test.o `test -f 'src/rangeset_test.c' || echo './'`src/rangeset_test.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        gcc -I./include  -g -g -O2 -qinfo=gen -qcpluscmt  -g  -o rangeset_test rangeset_test-rangeset_test.o libutils.a
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing --run autoheader
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.utils_2.1.1.200901201311/missing[52]: autoheader:  not found.
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
        rm -f stamp-h1
        touch ./config.h.in
        cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.


Building org.eclipse.ptp.proxy_2.1.1.200901201311...
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bitset_new in -lutils... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing --run aclocal-1.10
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing[52]: aclocal-1.10:  not found.
WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing --run automake-1.10 --gnu
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing[52]: automake-1.10:  not found.
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing --run autoconf
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing[52]: autoconf:  not found.
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
        /bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh configure  --prefix=/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.aix.ppc_2.1.1.200901201311  --no-create --no-recursion
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bitset_new in -lutils... yes
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
        source='src/proxy.c' object='libproxyclnt_a-proxy.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy.o `test -f 'src/proxy.c' || echo './'`src/proxy.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_attr.c' object='libproxyclnt_a-proxy_attr.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy_attr.o `test -f 'src/proxy_attr.c' || echo './'`src/proxy_attr.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_clnt.c' object='libproxyclnt_a-proxy_clnt.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy_clnt.o `test -f 'src/proxy_clnt.c' || echo './'`src/proxy_clnt.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_tcp.c' object='libproxyclnt_a-proxy_tcp.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy_tcp.o `test -f 'src/proxy_tcp.c' || echo './'`src/proxy_tcp.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_tcp_clnt.c' object='libproxyclnt_a-proxy_tcp_clnt.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy_tcp_clnt.o `test -f 'src/proxy_tcp_clnt.c' || echo './'`src/proxy_tcp_clnt.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_msg.c' object='libproxyclnt_a-proxy_msg.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxyclnt_a-proxy_msg.o `test -f 'src/proxy_msg.c' || echo './'`src/proxy_msg.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libproxyclnt.a
        ar cru libproxyclnt.a libproxyclnt_a-proxy.o  libproxyclnt_a-proxy_attr.o  libproxyclnt_a-proxy_clnt.o  libproxyclnt_a-proxy_tcp.o  libproxyclnt_a-proxy_tcp_clnt.o  libproxyclnt_a-proxy_msg.o
        ranlib libproxyclnt.a
        source='src/proxy.c' object='libproxysvr_a-proxy.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy.o `test -f 'src/proxy.c' || echo './'`src/proxy.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_attr.c' object='libproxysvr_a-proxy_attr.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_attr.o `test -f 'src/proxy_attr.c' || echo './'`src/proxy_attr.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_svr.c' object='libproxysvr_a-proxy_svr.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_svr.o `test -f 'src/proxy_svr.c' || echo './'`src/proxy_svr.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_stdio.c' object='libproxysvr_a-proxy_stdio.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_stdio.o `test -f 'src/proxy_stdio.c' || echo './'`src/proxy_stdio.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_stdio_svr.c' object='libproxysvr_a-proxy_stdio_svr.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_stdio_svr.o `test -f 'src/proxy_stdio_svr.c' || echo './'`src/proxy_stdio_svr.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_tcp.c' object='libproxysvr_a-proxy_tcp.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_tcp.o `test -f 'src/proxy_tcp.c' || echo './'`src/proxy_tcp.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_tcp_svr.c' object='libproxysvr_a-proxy_tcp_svr.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_tcp_svr.o `test -f 'src/proxy_tcp_svr.c' || echo './'`src/proxy_tcp_svr.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_msg.c' object='libproxysvr_a-proxy_msg.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_msg.o `test -f 'src/proxy_msg.c' || echo './'`src/proxy_msg.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/proxy_event.c' object='libproxysvr_a-proxy_event.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -c -o libproxysvr_a-proxy_event.o `test -f 'src/proxy_event.c' || echo './'`src/proxy_event.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libproxysvr.a
        ar cru libproxysvr.a libproxysvr_a-proxy.o  libproxysvr_a-proxy_attr.o  libproxysvr_a-proxy_svr.o  libproxysvr_a-proxy_stdio.o  libproxysvr_a-proxy_stdio_svr.o  libproxysvr_a-proxy_tcp.o  libproxysvr_a-proxy_tcp_svr.o  libproxysvr_a-proxy_msg.o  libproxysvr_a-proxy_event.o
        ranlib libproxysvr.a
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing --run autoheader
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.proxy_2.1.1.200901201311/missing[52]: autoheader:  not found.
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
        rm -f stamp-h1
        touch ./config.h.in
        cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.


Building org.eclipse.ptp.debug.sdm_2.1.1.200901201311...
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking for library containing openpty... no
checking for bitset_new in -lutils... yes
checking for proxy_svr_init in -lproxysvr... yes
checking for proxy_clnt_init in -lproxyclnt... yes
checking for clock_gettime in -lposix4... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/opt/freeware/bin/grep
checking for egrep... /usr/opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... yes
checking for gethostname... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for sigset... yes
checking for sighold... yes
checking for sigrelse... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in libaif (/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif)
configure: running /bin/sh ./configure '--prefix=/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.aix.ppc_2.1.1.200901201311'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/opt/freeware/bin/grep
checking for egrep... /usr/opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... yes
checking for long long... yes
checking size of long long... 8
checking for long double... yes
checking size of long double... 8
checking for double... yes
checking size of double... 8
checking for ANSI C header files... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for strdup... yes
checking for xmlto... no
configure: WARNING: You must have XMLTO to compile the XML documentation for libaif.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Making install in libaif
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing --run aclocal-1.10
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing[52]: aclocal-1.10:  not found.
WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing --run automake-1.10 --gnu
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing[52]: automake-1.10:  not found.
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing --run autoconf
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing[52]: autoconf:  not found.
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
        /bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure  --prefix=/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.aix.ppc_2.1.1.200901201311 --cache-file=/dev/null --srcdir=.  --no-create --no-recursion
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/opt/freeware/bin/grep
checking for egrep... /usr/opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... yes
checking for long long... yes
checking size of long long... 8
checking for long double... yes
checking size of long double... 8
checking for double... yes
checking size of double... 8
checking for ANSI C header files... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for strdup... yes
checking for xmlto... no
configure: WARNING: You must have XMLTO to compile the XML documentation for libaif.
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
        source='aif.c' object='libaif_a-aif.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-aif.o `test -f 'aif.c' || echo './'`aif.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='calc.c' object='libaif_a-calc.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-calc.o `test -f 'calc.c' || echo './'`calc.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='fds.c' object='libaif_a-fds.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-fds.o `test -f 'fds.c' || echo './'`fds.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='array.c' object='libaif_a-array.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-array.o `test -f 'array.c' || echo './'`array.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='conv.c' object='libaif_a-conv.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-conv.o `test -f 'conv.c' || echo './'`conv.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='cmp.c' object='libaif_a-cmp.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-cmp.o `test -f 'cmp.c' || echo './'`cmp.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='print.c' object='libaif_a-print.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-print.o `test -f 'print.c' || echo './'`print.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='error.c' object='libaif_a-error.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-error.o `test -f 'error.c' || echo './'`error.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='io.c' object='libaif_a-io.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-io.o `test -f 'io.c' || echo './'`io.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='struct.c' object='libaif_a-struct.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-struct.o `test -f 'struct.c' || echo './'`struct.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='util.c' object='libaif_a-util.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.      -g -O2 -qinfo=gen -qcpluscmt -c -o libaif_a-util.o `test -f 'util.c' || echo './'`util.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libaif.a
        ar cru libaif.a libaif_a-aif.o libaif_a-calc.o  libaif_a-fds.o libaif_a-array.o  libaif_a-conv.o libaif_a-cmp.o  libaif_a-print.o libaif_a-error.o  libaif_a-io.o libaif_a-struct.o  libaif_a-util.o
        ranlib libaif.a
        source='testaif.c' object='testaif-testaif.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I.  -g -g -O2 -qinfo=gen -qcpluscmt -c -o testaif-testaif.o `test -f 'testaif.c' || echo './'`testaif.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        gcc -I.  -g -g -O2 -qinfo=gen -qcpluscmt -g   -o testaif testaif-testaif.o libaif.a
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing --run autoheader
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/libaif/missing[52]: autoheader:  not found.
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
        rm -f stamp-h1
        touch ./config.h.in
        cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing --run aclocal-1.10
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing[52]: aclocal-1.10:  not found.
WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing --run automake-1.10 --gnu
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing[52]: automake-1.10:  not found.
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
        cd . && /bin/sh /homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing --run autoconf
/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.debug.sdm_2.1.1.200901201311/missing[52]: autoconf:  not found.
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
        /bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh configure  --prefix=/homeb/zam/m.memon/eclipse-ptp-server/eclipse_ptp_backup/org.eclipse.ptp.aix.ppc_2.1.1.200901201311  --no-create --no-recursion
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/opt/freeware/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking for library containing openpty... no
checking for bitset_new in -lutils... yes
checking for proxy_svr_init in -lproxysvr... yes
checking for proxy_clnt_init in -lproxyclnt... yes
checking for clock_gettime in -lposix4... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/opt/freeware/bin/grep
checking for egrep... /usr/opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... yes
checking for gethostname... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for sigset... yes
checking for sighold... yes
checking for sigrelse... yes
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
        source='src/client/client_interface.c' object='src/client/libdbgclnt_a-client_interface.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/client/libdbgclnt_a-client_interface.o `test -f 'src/client/client_interface.c' || echo './'`src/client/client_interface.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libdbgclnt.a
        ar cru libdbgclnt.a src/client/libdbgclnt_a-client_interface.o
        ranlib libdbgclnt.a
        source='src/utils/error.c' object='src/utils/libdbgutils_a-error.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-error.o `test -f 'src/utils/error.c' || echo './'`src/utils/error.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/breakpoint.c' object='src/utils/libdbgutils_a-breakpoint.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-breakpoint.o `test -f 'src/utils/breakpoint.c' || echo './'`src/utils/breakpoint.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/stackframe.c' object='src/utils/libdbgutils_a-stackframe.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-stackframe.o `test -f 'src/utils/stackframe.c' || echo './'`src/utils/stackframe.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/event.c' object='src/utils/libdbgutils_a-event.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-event.o `test -f 'src/utils/event.c' || echo './'`src/utils/event.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/itimer.c' object='src/utils/libdbgutils_a-itimer.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-itimer.o `test -f 'src/utils/itimer.c' || echo './'`src/utils/itimer.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/memoryinfo.c' object='src/utils/libdbgutils_a-memoryinfo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-memoryinfo.o `test -f 'src/utils/memoryinfo.c' || echo './'`src/utils/memoryinfo.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/signalinfo.c' object='src/utils/libdbgutils_a-signalinfo.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-signalinfo.o `test -f 'src/utils/signalinfo.c' || echo './'`src/utils/signalinfo.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        source='src/utils/debug.c' object='src/utils/libdbgutils_a-debug.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include -I./libaif  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/utils/libdbgutils_a-debug.o `test -f 'src/utils/debug.c' || echo './'`src/utils/debug.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
        rm -f libdbgutils.a
        ar cru libdbgutils.a src/utils/libdbgutils_a-error.o  src/utils/libdbgutils_a-breakpoint.o  src/utils/libdbgutils_a-stackframe.o  src/utils/libdbgutils_a-event.o  src/utils/libdbgutils_a-itimer.o  src/utils/libdbgutils_a-memoryinfo.o  src/utils/libdbgutils_a-signalinfo.o  src/utils/libdbgutils_a-debug.o
        ranlib libdbgutils.a
        source='src/mi/MIParser.c' object='src/mi/libmi_a-MIParser.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh ./depcomp  gcc -DHAVE_CONFIG_H -I.    -I./include  -g -g -O2 -qinfo=gen -qcpluscmt -I../org.eclipse.ptp.utils_2.1.1.200901201311/include -I../org.eclipse.ptp.proxy_2.1.1.200901201311/include -c -o src/mi/libmi_a-MIParser.o `test -f 'src/mi/MIParser.c' || echo './'`src/mi/MIParser.c
gcc: unrecognized option `-qinfo=gen'
gcc: unrecognized option `-qcpluscmt'
src/mi/MIParser.c: In function `processMIResultRecord':
src/mi/MIParser.c:200: parse error before `*'
src/mi/MIParser.c:201: `res' undeclared (first use in this function)
src/mi/MIParser.c:201: (Each undeclared identifier is reported only once
src/mi/MIParser.c:201: for each function it appears in.)
src/mi/MIParser.c: In function `processMIOOBRecord':
src/mi/MIParser.c:232: parse error before `char'
src/mi/MIParser.c:233: `s' undeclared (first use in this function)
src/mi/MIParser.c:242: parse error before `*'
src/mi/MIParser.c:243: `res' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

Back to the top