Advertisement

1 - 10 of 122 containing alltags:("makefile") (0 seconds)
My problem: I am not able to match pro*c++ makefile to (gnu) g++ compiler. Where can I found example or something details that I can make the makefile working.
Zones: Unix Systems ProgrammingDate Answered: 05/20/1998 Grade: D Views: 13
I have created a link list using templates and need to make a makefile for it.  I have three classes (dblLnkLst.cpp, dblLnkLst.h and test.cpp) and when i try to do a standard makefile i get excepti...
Zones: C++Date Answered: 02/04/2003 Grade: A Views: 14
hi i  have a question on makefile. i have  downloaded a  source code.... lots of  .cc and  .hh files are there and also a makefile is also there. i have heard that usuing makefile i can run the p...
Zones: Linux DevDate Answered: 11/28/2003 Grade: B Views: 0
From a previous question, I was able to produce a set of makefiles for a source tree. This source tree has each of several applications in its own subdirectory. Each subdirectory has its own makefi...
Zones: Linux DevDate Answered: 09/08/2005 Grade: A Views: 4
My project to this point has a top level makefile and subdirectory makefiles. My current issue is with the toplevel makefile. My goal is a makefile that can decend into each subdir and if there...
Zones: Linux DevDate Answered: 09/14/2005 Grade: A Views: 0
Hello Experts, I can successfuly built an executable with the Makefile below. However, the executable requires the library cygwin1.dll if I try to run it from a normal DOS shell. Is there a way ...
Zones: C++, CYGWINDate Answered: 11/01/2005 Grade: A Views: 0
I got Sample Code any programe. Inside have file .c and makefile. http://members.thai.net/mycrazy/MakeFile.JPG I want to know what is makefile and What programe open it. thank you very mu...
Zones: C++Date Answered: 05/28/2006 Grade: B Views: 0
The following segment of code is not working. BUT the target file is thjere (as indicated). In it OS_NAME and PLATFORM are defined. So what am I doing wrong? - ---------------------------------...
Zones: Linux AdminDate Answered: 07/28/2006 Grade: A Views: 0
Can someone share a makefile for building a ATL project though automated build? We have written a makefile which compiles the c++ files and builds the dll fine.But oleview shows the classes as not...
Zones: C++Date Answered: 09/04/2006 Grade: B Views: 0
This is an embedded application running under Linux. I need to add the ability to my makefile to build a variable that will be a list of all the include directories in the path up to and including ...
Zones: CDate Answered: 06/05/2008 Grade: A Views: 54