Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CE910CB.C5446E8C@postgresql.org> Date: Tue, 21 May 2002 01:05:47 +1000 From: Justin Clift X-Accept-Language: en MIME-Version: 1.0 To: Cygwin Mailing List CC: Corinna Vinschen , Rico Juinio Subject: RPC in cygwin? Sun Grid Engine 5.3 nearly compiles. :) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi everyone, Had a novel idea tonight... try compiling Sun's Grid Engine 5.3 (gridengine.sunsource.net) with cygwin on WinNT 4. Installed Cygwin 1.3.10 (with just about everything it offered). Downloaded, configured (to the best of my abilities) the Sun Grid Engine source code, then started it compiling. It almost worked (and therefore made corporate NT networks into potential renderfarms easily), and I got excited. But not quite fully. The compilation bombed out near the end on missing RPC stuff: ******* gcc -O2 -Wall -Werror -DLINUX -DLINUX6 -DCOMPILE_DC -D__SGE_COMPILE_WITH_GETT EXT__ -I/install/gridengine/source/3rdparty/gettext-0.11/LINUX6/include -D__SGE_ NO_USERMAPPING__ -I../security/sec -I../common -I../libs/uti -I../libs/gdi -I../ libs/cull -I../libs/rmon -I../libs/comm -I../libs/sched -I../daemons/common -I.. /daemons/commd -I../daemons/qmaster -I../daemons/execd -I../daemons/schedd -I../ clients/common -I/usr/X11R6/include -I. -c ../libs/cull/pack.c ../libs/cull/pack.c:49: rpc/rpc.h: No such file or directory ../libs/cull/pack.c:50: rpc/types.h: No such file or directory make: *** [pack.o] Error 1 not done ******* Had to fake the Grid Engine compilation system into thinking the system was Linux (so it would use gcc, etc), but that seems to have worked out well. Pity about the rpc/ directory not being there. Out of curiosity is there any kind of RPC implementation which would work on Cygwin to the point where I might be able to get this working? Having Grid Engine working on NT would be cool, as it's now Open Source. :-) Regards and best wishes, Justin Clift -- "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group; there was less competition there." - Indira Gandhi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/