Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I compile the code under Unix?

Internet Junkbuster Frequently Asked Questions
If your operating system is from Sun or HP examine the Makefile and make any changes indicated inside. Copy the sample configuration file (junkbstr.ini, previously called sconfig.txt and other names in earlier releases) to some convenient place such as /usr/local/lib/junkbuster/configfile or whatever you choose. The sample file has all the options commented out. You can remove the # character on any that you want, but it may be better to leave this until later.
Related Questions

How do I compile the code under Windows?

Internet Junkbuster Frequently Asked Questions
A .exe file (binary) is supplied with the source code, but if you prefer to compile it yourself here is the likely procedure. Most of these steps are repeated in our checklist for installation under Windows. First click here to download the zip file called ijb20.zip (~208k), then uncompress and unpack the zip archive using a tool like WinZip. Now the distribution (source and sample files) will be in a folder called ijb20.
Related Questions

What compilation flags are required to compile that code?

Frequently Asked Questions
You will need to instruct the compiler where to find the cairo.h file, (generally something like -I /usr/include/cairo), and tell the linker where to find the cairo library and to link with it, (often something like -L /usr/lib -lcairo). But the exact flags and paths will depend on your compiler and your installation of cairo. To simplify this, cairo uses pkg-config which can help you determine the correct flags to use. If you have pkg-config installed, then you can compile the above hello.
Related Questions

Do I have to compile the source code?

HBGC123D: Answers to Frequently Asked Questions
An executable version of the code is included in the distribution. You only have to recompile the code if you need to change the size of the allocatable memory (see below). If your operating system (OS) is not included in the distribution list and not compatible to these systems, please contact Dr. Gwo for assistance. If you don't find the exact version of your OS in the distribution list, you may try a different version that is listed. For instance, the HBGC123D executable for SunOS 4.1.
Related Questions

Where do I compile code?

Frequently asked questions
It is necessary to compile the code from one of the myrinet cluster machines. A list of machine names can be found here: To log on to a machine, use either the secure shell command (ssh) or the remote shell command (rsh). For running on the myrinet-3 and myrinet-4 cluster, compile on a myrinet-3 or myrinet-4 machine. It is important to check that the processor is free (type "top" to make sure that the processor is not being used for a job).
Related Questions

How do I get and compile the source code for AspectJ?

AspectJ Frequently Asked Questions
AspectJ 1.0 source code is available in an archive available with the 1.0 downloads. It contains instructions for building from sources. AspectJ 1.1+ source code is available through CVS using the CVS Root dev.eclipse.org:/cvsroot/tools. For more information on accessing the CVS tree at eclipse.org, see the documentation from http://eclipse.org. Find specific instructions in the AspectJ tree at org.aspectj/modules/build/readme-build-and-test-aspectj.html.
Related Questions

Is C++ a superset of C? Can I use a C++ compiler to compile C code?

Infrequently Asked Questions in comp.lang.c
C++ is a superset of something, we're not sure what. You can use a C++ compiler to compile C code, but the results may surprise you.
Related Questions

It takes forever to compile my LaTeX code. Is there anything I can do?

ThesisTeX FAQ list
Yes! Put the command \includeonly{blah} in the preamble where blah.tex is one of the files mentioned in and \include commands in the document. This will keep the same .aux, .toc, .lof and so forth files and compile only blah. This goes much faster, especially for a long thesis with lots of figures. Multiple files can be used: \includeonly{blah,foo,blatz}. Normal astronomical referencing is usually in the form (Smith 1999). Instead, \citep causes it to come out (Smith, 1999).
Related Questions

How do I compile or assemble Thumb code?

Frequently Asked Questions
The Instruction Set compiler project property controls the type of code generated by both compiler and assembler, it can be set to ARM or Thumb. The ARM/Thumb Interworking compiler project property instructs the compiler whether to produce code that supports calling between ARM and Thumb instruction sets.
Related Questions

I have the source code, what do I do to compile it?

Linux UAE FAQ
You need the standard GCC compiler. The standard method to build a binary file is to use the following commands: which will create a binary file, in /usr/local/lib/ called uae, which can be run. If you want the program installed elsewhere, use configure --prefix=<dir>. What out for errors during each part of the installation. You may need to install or upgrade other packages before it will completely install. Only some options are included in the default configuration, typing .
Related Questions

How do I compile the LibGGI code in CVS?

GGI FAQ
The automatically generated configure scripts, Makefiles, etc. have been recently removed in the CVS version, to avoid the 'blasted' M */Makefile.in CVS messages for developers. If you're using the CVS version, you need to create them manually by running the autogen.sh script included in the library directories. This script requires autoconf >= 2.13, automake >= 1.4. The libraries in CVS already come with the required libtool (>=1.
Related Questions

How do I compile Carrot2 source code?

Carrot2 - Open Source Search Results Clustering Engine
In order to compile Carrot2 you will need Java Software Developer Kit in version 1.4.2 or newer and Apache Ant. To build only one application, go to its directory (e.g. trunk/carrot2/applications/carrot2-demo-dcs) run Ant with the default target: ant build In the application's tmp/dist directory you'll find the compiled application. Please refer to the application's specific readme.txt files for instructions on how to run the application.
Related Questions

My code won't compile..why?

Section 4 - Using GCC
The compiler found a symbol that it wasn't expecting.. for example, an extra paren on a complex if check, a semicolon placed after a function body header, a semicolon omitted from the previous line amongst others. The error is not always on the line mentioned by gcc, but may be the previous line. This error arises when you assign a pointer to a non-pointer variable.
Related Questions

How do we edit/compile/run our code?

FAQ - 2005 Rocky Mountain Regional ACM
Again site specific. Assuming you are using a unix-like operating system the least-common-denominator editor is probably pico, which you can run by typing at the command prompt. emacs and vi have (many) more features, but a harder learning curve. xemacs, if available, is pretty easy to use and has a lot of features. Eclipse, KDevelop, or Visual Studio may also be available and have many features. Ask your site director.
Related Questions

Can I compile Weka into native code?

Frequently Asked Questions - WekaWiki
Excelsior JET (http://www.excelsior-usa.com/jet.html) - a commercial tool for compiling Java into native code (Windows/Linux)
Related Questions

Stupid: I can't get the code from project foo to compile. Why is it broken?

How To Ask Questions The Smart Way - ????·???? - CSDNBlog
He's specified the environment, he's read the FAQ, he's showing the error, and he's not assuming his problems are someone else's fault. This guy might be worth some attention.
Related Questions

The code does not compile - what is the problem?

Vox Gratia FAQ
Yes, the code does compile but something on your system is causing a problem. You need to find what that problem is. Make sure that the pwlib directory is renamed to "pwlib" and the openh323 directory is "openh323", as the original tarball may have different names or your CVS client may have used the module name instead You need Bison and Flex installed as well as a compiler and associated tools. We recommend gcc and Make for Unix platforms, and Microsoft VS.
Related Questions

How do I compile the source code of the CryptoMail Email System?

CryptoMail.org - FAQs: CryptoMail Client/Server FAQs: Instal...
If you decide to compile the source code of the CryptoMail Email System, you should read the readme.txt inside the source code directory. Also you should check your Java and GNU C/C++ compiler version. By simply type "make all" at the command prompt, you should be able to compile the source code.
Related Questions

How do I compile, link, and run the COIN-OR code?

COIN-OR FAQs
Microsoft Visual Studio Project files are available for a few COIN-OR projects. See the Microsoft Visual Studio Trac page for details.
Related Questions

Can you make Zinf code compile under DOS?

Zinf: FAQ
Not on 16bit DOS machines. You might get some code to compile in a 32 bit DOS. But really, get a real operating system.
Related Questions

I get errors when I try to compile the source code, why ?

Ngspice circuit simulator - FAQ
Write a mail to the user's list describing the problem and providing information on the type of hardware, the flavour of operating system.
Related Questions

How do I compile from source code on SUSE 10.0?

FAQ - Klamav
Only to help others like me ... I've successfully installed it with ./configure --enable-libsuffix=64 --prefix=/opt/kde3 --with-qt-dir=/usr/lib64/qt3/lib64 --with-qt-libraries=/usr/lib64/qt3/lib64 && make && su -c 'make install'
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact