[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSL and GNUStep
From: |
Germán Arias |
Subject: |
Re: GSL and GNUStep |
Date: |
Fri, 14 Nov 2008 15:15:58 -0800 (PST) |
OK, In GNUmakefile.preamble I add
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I/usr/include/
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += -L/usr/lib/
# Additional GUI libraries to link
ADDITIONAL_GUI_LIBS += -lgsl -lgslcblas
Don't work. Then I try
AppName_INCLUDE_DIRS += -I/usr/include/
AppName_LIB_DIRS += -L/usr/lib/
AppName_GUI_LIBS += -lgsl -lgslcblas
But don't work too.
____________________________________________________________________________________
Premios MTV 2008¡En exclusiva! Fotos, nominados, videos, y mucho más! Mira aquí
http://mtvla.yahoo.com/
- GSL and GNUStep, Germán Arias, 2008/11/14
- Re: GSL and GNUStep, Richard Frith-Macdonald, 2008/11/14
- Re: GSL and GNUStep, Yavor Doganov, 2008/11/14
- Re: GSL and GNUStep,
Germán Arias <=
- Re: GSL and GNUStep, Tommy Nordgren, 2008/11/14
- Re: GSL and GNUStep, David Chisnall, 2008/11/15
- Re: GSL and GNUStep, Tommy Nordgren, 2008/11/15
- Re: GSL and GNUStep, David Chisnall, 2008/11/15
- Re: GSL and GNUStep, Tommy Nordgren, 2008/11/15