From chemistry-request@server.ccl.net  Sat Apr  1 06:03:17 2000
Received: from lidya.cc.hun.edu.tr (tansu@lidya.cc.hun.edu.tr [193.140.216.2])
	by server.ccl.net (8.8.7/8.8.7) with ESMTP id GAA00256
	for <chemistry@ccl.net>; Sat, 1 Apr 2000 06:03:14 -0500
Received: (from tansu@localhost)
	by lidya.cc.hun.edu.tr (8.9.3/8.9.3) id OAA142316;
	Sat, 1 Apr 2000 14:06:25 +0400
Date: Sat, 1 Apr 2000 14:06:24 +0400 (MEDT)
From: Tansu KINIKLI <tansu@hacettepe.edu.tr>
X-Sender: tansu@lidya.cc.hun.edu.tr
To: chemistry@ccl.net
Subject: Autodock and Red Hat 6.1
In-Reply-To: <38DECE1F.43C42527@bic.nus.edu.sg>
Message-ID: <Pine.A41.4.20.0004011357490.74538-100000@lidya.cc.hun.edu.tr>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



Hello ,

  When I compile autodock in Red Hat 6.1, I get some warning messages like
  this,

gs.cc: In method `Genetic_Algorithm::Genetic_Algorithm(enum EvalMode, enum Selection_Mode, enum Xover_Mode, enum Worst_Mode, int, float, float, int, unsigned int)':
gs.cc:158: warning: assignment to `int' from `double'
gs.cc:158: warning: assignment to `int' from `double'

ranlib.cc: In function `FourByteLong ignbin(FourByteLong, float)':
ranlib.cc:766: warning: assignment to `FourByteLong' from `float'
ranlib.cc:791: warning: assignment to `FourByteLong' from `float'
ranlib.cc:801: warning: assignment to `FourByteLong' from `float'
ranlib.cc:808: warning: assignment to `FourByteLong' from `double'
ranlib.cc:816: warning: assignment to `FourByteLong' from `double'
support.cc: In method `struct Molecule * Individual::getMol()':
support.cc:626: warning: address of local variable `returnedMol' returned


  and When I run autodock3 I get core file, My Makefile intro is

  CC        = gcc
  LIB       = -lm
  CSTD      = -DHPPA -D_HPUX_SOURCE $(PROF) $(DBUG) $(WARN)
  CFLAGS    = $(OPT)
  OPTLEVEL  = -O3
  OPT       = $(CSTD) $(OPTLEVEL)
  OLIMIT    = $(OPT)
  LINKOPT   = $(OPT)
  LINK      = $(LINKOPT)
  LINT      = lint
  LINTFLAGS = -DHPPA -D_HPUX_SOURCE $(LIB) -c
  DBUG      = -DNDEBUG # No debugging and no assert code
  PROF      = # No profiling
  WARN      = # Default warning level

What can I do for it?

Regards.

Tansu KINIKLI
Hacettepe University
Bioengineering Department
Beytepe, Ankara , Turkey




