This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gmake compilation error (for Timbl5)


Hello all,

I would like to have your assistance, because I have
not experience about, at the following issue:

I am trying to compile the program Timbl5 in an HP-UX
(version 11.11) server. The program Timbl5 has been
developed at the Tilburg University http://ilk.kub.nl

Information:
------------------------------------------------------
$ gcc -v
Reading specs from
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.1/specs
Configured with: ./configure --prefix=/usr/local
--exec-prefix=/usr/local --disable-threads
--disable-shared --with-gnu-as
--enable-languages=c,c++,f77 --disable-nls
Thread model: single
gcc version 3.3.1

$ gmake -v
GNU Make 3.80
------------------------------------------------------


I got the following errors:
------------------------------------------------------
$ gmake
Making on UNKNOWN in directory .
gmake CXXFLAGS='-W -Wall -Wpointer-arith -Wcast-qual
-Wwrite-strings -Wconversion -Wstrict-prototypes
-Wmissing-prototypes -pedantic -ansi -ffloat-store
-Woverloaded-virtual  -D PTHREADS' PROF_FLAGS='-O2' 
./Timbl  ./TimblClient
g++ -c -W -Wall -Wpointer-arith -Wcast-qual
-Wwrite-strings -Wconversion -Wstrict-prototypes
-Wmissing-prototypes -pedantic -ansi -ffloat-store
-Woverloaded-virtual  -D PTHREADS -O2 MBLClass.cxx -o
MBLClass.o
In file included from SocketBasics.h:28,
                 from MBLClass.cxx:51:
/usr/include/sys/socket.h:484: error: syntax error
before `(' token
/usr/include/sys/socket.h:486: error: syntax error
before `(' token
gmake[1]: *** [MBLClass.o] Error 1
gmake: *** [all] Error 2
---------------------------------------------------------


If you need more data I can send you.

I would appreciate if you could help me.

Thank you in advance,

Ioannis Lekakis

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]