Lines Matching full:configure
8 This file explains how to configure and install the IJG software. We have
17 For example, Ghostscript's installation script will configure the IJG code.
22 ./configure
37 using the automatic "configure" script
67 To configure the IJG code for your system, you need to create two files:
74 * On a Unix system, you can just run the "configure" script.
81 Configuring the software using the automatic "configure" script
85 ./configure
86 and let the configure script construct appropriate configuration files.
88 sh configure
89 instead to prevent csh from trying to execute configure itself.
90 Expect configure to run for a few minutes, particularly on slower machines;
93 Configure was created with GNU Autoconf and it follows the usual conventions
94 for GNU configure scripts. It makes a few assumptions that you may want to
95 override. You can do this by providing optional switches to configure:
98 ./configure --enable-shared
100 ./configure --enable-shared --enable-static
103 running configure without either switch; that should build a static library
110 * Configure will use gcc (GNU C compiler) if it's available, otherwise cc.
112 ./configure CC='cc'
115 ./configure CC='cc -Aa'
120 ./configure CFLAGS='-g'
123 * Configure will set up the makefile so that "make install" will install files
125 prefix other than "/usr/local" by giving configure the option "--prefix=PATH".
134 Configure has some other features that are useful if you are cross-compiling
246 except a Unix machine, you'll need to configure the
304 wrong ones, read jinclude.h. This shouldn't happen if you used configure
382 If you generated a Makefile with the "configure" script, you can just say
387 to see where configure thought the files should go. You may need to edit
389 filenames don't match what configure expects.
396 If you generated a Makefile with "configure", it will do what it thinks
550 'em to jpeg-info@uunet.uu.net. Also, if configure or ckconfig.c is wrong
551 about how to configure the JPEG software for your system, please let us know.
641 you should run the compiler in ANSI mode. If using the configure script,
643 ./configure CC='cc -Aa'
649 (and do NOT add -Aa); or just run configure without the CC option.
653 use makefile.unix, or run configure without the CC option.
1041 If you are using configure, you can do this by saying
1042 ./configure RANLIB='ar -ts'