discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem on including an archive library with ProjectCenter


From: Adam Fedor
Subject: Re: Problem on including an archive library with ProjectCenter
Date: Wed, 13 Apr 2005 20:43:56 -0600


On Apr 13, 2005, at 2:57 PM, Copland wrote:

Hi,

I try to port a "Tool" program from Mac OS X to GNUstep that uses some
external libraries as GLPK (GNU Library Linear Programming Kit). I
recompiled the library on GNUstep that give me a "libglpk.a" file. I
put this file in the project directory and add it as a library in
ProjectCenter. Know, when I build the project, I get the error message
"glpk.h: No such file or directory". However, the file is considered in
the GNUmakefile generated by ProjectCenter (testTool_TOOL_LIBS +=
-lglpk). Are there anyone to help me ?


It's the header files that are missing. You probably just want to compile and install GLPK in some normal location (/usr/local or whatever), and then include the library.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]