09/01/2006, 13:10
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: México
Mensajes: 839
Antigüedad: 22 años, 1 mes Puntos: 1 | |
ejecuto
./Configure -v
al ejecutar esto va y lee un archivo llamado LINUX que contiene lo siguiente:
/*
* $Id: LINUX.64.GNU,v 1.1 2004/12/17 06:52:25 haley Exp $
*/
/************************************************** **********************
* *
* Copyright (C) 1993 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************** **********************/
/*
* File: LINUX.64.GNU
*
* Author: Tim Fredrick
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Wed Oct 25 14:56:41 MDT 1995
*
* Description: This file contains all the directives needed to
* tell ymake how to build NCAR Graphics on a 64-bit LINUX
* system using the GNU compilers.
*/
#define HdfDefines -DLINUX
#define StdDefines -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped
#define ByteSwapped
#define Cstatic
#define Cdynamic
#define CppCommand '/usr/bin/cpp -traditional'
#define CCompiler gcc
#define FCompiler g77
#define CtoFLibraries -lg2c -lgcc -lm
#define CcOptions -ansi
#define XToolLibrary -lXt -lSM -lICE
#define BuildShared NO
#define XLibrary -lX11 -lXext
#define ArchRecLibSearch -L/usr/X11R6/lib64
#define ArchRecIncSearch -I/usr/X11R6/include
FC = $(F77)
/*************** Redefine Macros from Rules ********************************/
/*
* Macro: MakeDir
*
* Description: This rule creates a directory - if a parent dir doesn't exist
* it attempts to create it.
*/
#ifndef MakeDir
#define MakeDir(dir) @if (test ! -d dir); then ($(MKDIRHIER) dir); fi
#endif
pero de ahi manda los mensajes de error |