Search 5,000,000+ questions and answers.

Frequently Asked Questions

How can I compile PROLOGIO successfully under UNIX?

UNIX
Check the CCLEX variable in src/make.env; set it to use a bog-standard (or GNU) C compiler for compiling LEX-generated files. Most of the warnings when compiling PROLOGIO are spurious; however, there may be an error buried inside the warnings. If so, you may need to change a prototype in a generated .c file to get it compiled. Hopefully this type of error is getting much rarer now.
Related Questions

How can I compile wxXPM successfully under UNIX?

UNIX
Check the XPMCOMPILER variable in contrib/wxxpm/makefile.unx; set it to use a bog-standard (or GNU) C compiler.
Related 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 ThoughtTreasure under Unix?

ThoughtTreasure FAQ
A makefile is present in the src directory of the ThoughtTreasure distribution. ThoughtTreasure distribution. Edit the makefile for your platform, as explained in the makefile.
Related Questions

How do I compile the Toolkit on Unix?

SILC Secure Internet Live Conferencing
You should read the INSTALL file from the package and follow its instructions. The compilation on Unix is as simple as compiling any other SILC package. Give, './configure' command and then 'make' command. You should view the './configure --help' output to see important configuration switches. Usually programmers want to give --enable-debug to turn on the run-time debugging capabilities.
Related Questions

Why can't I compile Pine under SCO unix?

Pine Information Center--Information for System Administrato...
Pine has been tested and compiles just fine on a suitably equipped SCO Unix 3.2.4, and probably works on the whole 3.2 series (testing has not been as extensive). It handles both MMDF and sendmail mailboxes without needing recompilation. It should be sufficient just to unpack the source tree and run "sh build sco" at the top level. You need to own the complete Development System, and the Developer's Versions of the other packages. Pine will not compile without TCP/IP support.
Related Questions

On which UNIX systems does Scotty compile and run?

Scotty Frequently Asked Questions
The Tcl extensions provided by the Scotty package run on most UNIX systems that support Tcl7.6 and Tk4.2 or Tcl8.0 and Tk8.0. The default Makefiles are written in a way to make use of dynamic loading and the Tcl package system. Scotty is regularily tested on SunOS 5.5, SunOS 4.1.X, IRIX 6.4 and Linux 2.0.X systems. Note, some UNIX versions (e.g. SunOS 4.1.X) require systems specific changes when compiling the sources. Please read the porting.
Related Questions

Is the generated code in C++ compile-able on Unix and Linux?

SmartState - UML State Chart, CASE Tool, Automatic State Mac...
The generated code follows ANSI standard. It is primarily tested with Microsoft Visual Studio compiler and GNU gcc compiler on Windows. Since it is ANSI compliant it will get compiled on other platforms like UNIX & Linux. Yes. But the notation is slightly different from UML notation. Please refer to the user guide for more information on how to achieve the Fork & Join behavior. Also there is an example to demonstrate the usage.
Related Questions

How do I compile a servlet? Q: Why won't my servlet compile?

Code Style: Java servlets frequently asked questions (FAQ)
All those "cannot find symbol" error messages mean that you do not have the Java servlet JAR file on your compiler's classpath, so it cannot find the servlet class files. The servlet JAR file is normally distributed with your servlet container. For Apache Tomcat it is a file named {CATALINA_HOME}/common/lib/servlet-api.jar. Add this to your compiler classpath as follows.
Related Questions

What is UNIX? is it for me?

Frequently Asked Questions @ HRC4 Reliable Web Services
Unix is considered the operating system of choice by most hosting professionals. This is due to its reputation as a powerful and flexible, yet very stable OS. Here are a few advantages of Unix: Many web server applications are available on the Internet; both as freeware and commercial software are intended for use with the Unix OS. This includes many of the scripts, written in languages such as Perl, C, C++, Java, and PHP, which are used to add functionality to web sites.
Related Questions

ESALab FAQs
UNIX is a powerful and flexible operating system/computing environment. Once logged in, a prompt is displayed on the screen by a program (called a shell) that interprets each command line you type. It is command line based, so a small repository of commands is necessary to function in a UNIX environment. Visual Editor (vi) is the UNIX's command-driven text editor.
Related Questions

Linux Server FAQs
Unix is a computer operating system. Unix was created in the late 1960s, in an effort to provide a multi-user, multitasking system. The philosophy behind the design of Unix was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks.
Related Questions

How do I compile Perl/Tk scripts?

comp.lang.perl.tk FAQ
brings a new and exciting answer to this question: PAR, a "Cross-Platform Packaging and Deployment tool", originally developed by Autrijus Tang. Before PAR, the only public support for Perl/Tk "compilation" was in the Dr.
Related Questions

Why do I get compile errors on setpgrp?

Expect FAQ (Frequently Asked Questions)
Edit the code and remove the arguments to setpgrp. Or upgrade to Expect 5.31 (or later) which adapts automatically.
Related Questions

Why can't I compile Expect on Cobalt?

Expect FAQ (Frequently Asked Questions)
Check this out: Cobalt Raq2 - Building expect causes Fatal signal 11 in gcc [Kernel 2.0.34 MIPS , Redhat/Cobalt Release 4.0] Seems libieee.a is built oddly and gcc doesn't like it, neither expect nor tcl seem to actully need it, removing -lieee from the makefile allows it to compile, no undefined references, expect passes make test... (Maybe the needed functions are really in libm?) ps: tcl 8.2.1 needs the same fix to compile
Related Questions

How do I compile the kernel?

The linux-kernel mailing list FAQ
REG) See the Kernel HOWTO for some information. Also, there are people at http://www.kernelnewbies.org/ who are usually willing to help. William Stearns) The Buildkernel script walks you through an entire kernel build, including downloading the necessary files, patching the source, building the kernel and modules, installing the lot into lilo, and optionally building pcmcia-cs, cipe, and freeswan code for that kernel.
Related Questions

How Do I Compile Outport?

Outport - Frequently Asked Questions
You need Visual C++ 6 and Sleepycat db 3.1.17 (which you can get from here). If the compiler complains about missing db.h, then you don't have Sleepycat in a place where the compiler expects to find it. The project files for Outport are set up such that it expects the Sleepycat db zip file to be expanded in a directory called db-3.1.17, as in the diagram to the right. When you compile it, the binaries are created in win32/bin and win32/bind (release and debug respectively).
Related Questions

Why won't Apache compile with my system's cc?

Apache Server Frequently Asked Questions
This might be either because it's completely unknown or because the specific environment (include files, OS version, et cetera) isn't explicitly handled. If this happens, you may need to port the server to your OS yourself. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc.
Related Questions

How do I compile Freeciv under Solaris?

Civ
Solaris (2.5 and up) has its own version of X in /usr/openwin, its own version of make in /usr/ccs/bin/make, and its own compiler (to be purchased separately) which, if you have it, is available in /opt/SUNWspro/bin. Solaris does not provide the XPM library, which is required for the Xaw client; it doesn't provide any of the stuff required for imlib, gdk and gtk, either, which is required to build the GTK+ client.
Related Questions

How do I compile Freeciv under Solaris or FreeBSD?

Civ
On Solaris, FreeBSD, and some other systems, the default make isn't GNU make. In order to compile with such a make you must either configure --disable-cvs-deps --disable-nls in order to disable the GNU make specific parts of the Makefile.
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

Internet Junkbuster Frequently Asked Questions
If you're not used to compiling code yourself, ask your ISP or administrator at work to provide it for you, or wait until we release an executable version. This is scheduled for mid-October 1997. Download zip file called ijb20.zip (~140k), then uncompress and unpack the zip archive using a tool like WinZip. Now the distribution (source and sample files) will be in a directory called ijb20.
Related Questions

Do I have to compile the software?

LOADEST FAQ
LOADEST users running Linux or Windows on personal computers or Solaris on Sun Workstations can use the pre-compiled executables that are available in the Download section of this Web site; compilation for these operating systems/hardware platforms is not required. Executable files are not available for your specific operating system/hardware platform (Macintosh computers, for example).
Related Questions

How do I Compile?

Applied Computer Technology SNA and TCP/IP Frequently Asked ...
Once the system starts compiling, a status window will be displayed. The compile is complete when the status window displays: Compile successful: Press any key
Related Questions

Why do I get compile errors when trying to re-compile?

AxCrypt - FAQ - Frequently Asked Questions
For versions prior to 1.5.2: Ensure that you are using Visual Studio 6 and have the latest service pack (at least sp5 - if you get error C2440 you need this), also ensure that you have the latest Microsoft Platform SDK (the one that comes with Visual Studio is dated and does not work with AxCrypt - you may receive errors about undefined symbols and also errors in templates used for safe Handle-handling in AxCrypt). For versions 1.5.
Related Questions

What UNIX workstations does it run on ?

GMT - Frequently Asked GMT Questions
GMT has been installed on a variety of UNIX systems, including (but not limited to) computers from Cray, Sun, IBM, DEC, HP, SGI, Data General, Apple (Mac OS X), and Next, all running some flavor of UNIX. GMT has also been installed under Linux and MkLinux, which are open source UNIX-like operating systems for PC and Mac OS 9, respectively. GMT also installs under Windows and OS/2. GMT is very portable and should compile on almost any computer.
Related Questions

Is there ResNet support for Linux or UNIX?

ResNet Frequently Asked Questions
At this time, CIT no longer offers general support for UNIX, Linux, or CULinux. You are free to use these operating systems with ResNet, but ResNet will not be able to provide any official support for the operating system. If you need further assistance with Linux or UNIX, please visit the Linux at Cornell page for a listing of resources that may provide useful information and assistance.
Related Questions

Do you have a Mac- or Unix-compatible version?

Web4Print frequently asked questions (FAQ): client-server sy...
this time, the Web4Print software is only available in a Windows-compatible version, but any HTML forms created can of course be viewed on most browsers on any platform.
Related Questions

I installed LessTif but I can't compile apps with it. What's wrong ?

LessTif Frequently Asked Questions
You may have an application that's not error-free; or (more likely) one which needs configuration for your site, computer platform, etc. If it's not a bug within the application it probably has to do with your compiler options. If it's indeed that, there are several possibilities. In the examples we'll give now, we'll be using some installation directories that may differ from your installation.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact