This is the instruction from their official web page:
Compiling FreeBuilder
To compile FreeBuilder you will need JDK1.1.x and JFC (Swing) from Sun. You can get the JDK and Swing here. Included i...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10130984.html
Zones:
JavaDate Answered: 03/11/1999 Grade: B Views: 0
does nmake and the gnu make share make files? or do they use different syntax?
http://www.experts-exchange.com/Programming/Misc/Q_21555151.html
Zones:
ProgrammingDate Answered: 09/22/2005 Grade: A Views: 23
I want to divide some big files that I have on a workstation, so they will fit on ordinary 1.44MB floppy disks, then restore the original files in another machine running Linux.
I've tried using th...
http://www.experts-exchange.com/OS/Unix/Q_10010994.html
Zones:
UnixDate Answered: 05/15/1997 Grade: B Views: 0
I've written a personal String class with a Join member function that accepts a pointer to an STL vector of Strings. Here's the skeletal class declaration:
class String {
void Join (vector<Strin...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10017257.html
Zones:
C++Date Answered: 10/11/1997 Grade: C Views: 0
Hi All,
I have been facing a peculiar linking error with my template class on both GNU C++
compiler and Visual C++ compiler. Can anybody help me in this regard. It is a part
of my project wo...
http://www.experts-exchange.com/Programming/Misc/Q_20774052.html
Zones:
ProgrammingDate Answered: 05/08/2004 Grade: A Views: 0
I want to run "program A" in a Screen session. However, I also want to be able to start this program in a screen session in rc.local, when my Linux box starts up. What I'd like to do is associate...
http://www.experts-exchange.com/OS/Linux/Q_21582107.html
real simple, but not for me. I have the gnu C+ compiler, the gui comes up fine. I need to know the next step, like for instance how to program hello world.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21831055.html
Zones:
C++,
Plug InsDate Answered: 05/05/2006 Grade: B Views: 0
Hi,
I am getting the error, "make: Nothing to be done for 'all'." when I execute the 'make' command. I tried reinstalling the 'make' install from the 'setup.exe' but still getting this error. ...
http://www.experts-exchange.com/Software/CYGWIN/Q_23110231.html
Zones:
CYGWINDate Answered: 01/25/2008 Grade: A Views: 158
Pulling out a snippet of code from a GNU Makefile, what exactly do these lines of code do. Please explain line-by-line.
========================================
create_tilt_heading: Makefile $(C...
http://www.experts-exchange.com/OS/Linux/Q_23112837.html
Hi,
I am trying to execute the following command from my Windows Batch to access Cygwin. The problem is that everything up to ">" and after that does not show up when I echo this line. Why?
...
http://www.experts-exchange.com/OS/Linux/Q_23140534.html
Zones:
Linux,
CYGWINDate Answered: 02/07/2008 Grade: A Views: 0