gmake and HP-UX

2003-12-04 Thread Ioannis Lekakis
Hello all,

I run the gmake in order to compile the program Timbl5
and I face some errors. Could you please help me?

The server has the characteristics:
HP-UX - B.11.11 - 9000/800 

The gmake output is:
---
$ 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
--

I remain at your disposal. If you need more data
please send me an email.

Thank you, 

Ioannis Lekakis
University of Athens
Greece

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make


Re: gmake and HP-UX

2003-12-04 Thread Paul D. Smith
%% Ioannis Lekakis <[EMAIL PROTECTED]> writes:

  il> I run the gmake in order to compile the program Timbl5
  il> and I face some errors. Could you please help me?

Sorry, this list is for bugs in GNU make.  These problems are with the
code you're trying to compile; they are not problems with make.

Please ask your question of someone associated with the program "Timbl5".

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make