So this time I tried using the --prefix=/usr/local/GNUstep
*
"Remove all and install make with
./configure --with-layout=gnustep"*
Ok I will try this today and post back shortly, should I include the prefix
still as well?
*"I expect your executables should be in /usr/GNUstep/share/bin libraries in
/usr/GNUstep/lib and your headers in /usr/GNUstep/include"*
*
*
Nope here are the ls from those folders...
jackie@jackie-Latitude-E6410:/usr/local/GNUstep$ ls
bin etc share
jackie@jackie-Latitude-E6410:/usr/local/GNUstep$ cd share/
jackie@jackie-Latitude-E6410:/usr/local/GNUstep/share$ ls
GNUstep man
jackie@jackie-Latitude-E6410:/usr/local/GNUstep/share$ cd GNUstep/
jackie@jackie-Latitude-E6410:/usr/local/GNUstep/share/GNUstep$ ls
Makefiles
So as you can see no lib or libraries or any other such folder.
*
*
*"then look in /tmp/GNUstep, I see the lib and include subdirectories with
the base library stuff in them."*
There is no /tmp/GNUstep folder
here is the LS
jackie@jackie-Latitude-E6410:/usr/local/GNUstep/share/GNUstep$ ls /tmp
keyring-TxXT5P pulse-2L9K88eMlGn7 ssh-WPaXbKhp1474 VMwareDnD
orbit-gdm pulse-PKdhtXMmr18n tmp730242ff.tmp vmware-root
orbit-jackie pulse-ZHID9bmjmuKy virtual-jackie.4Sl0qP
I looked through the config.log (and have included it as an attachment) but
this is all I noticed...
configure:5258: checking whether objc has thread support
configure:5288: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime
-DGNU_RUNTIME conftest.c -lobjc -lpthread >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class
'NXConstantString'
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
configure:5288: $? = 0
Also just in case here is a ls of the MakeFiles dir
jackie@jackie-Latitude-E6410:/usr/local/GNUstep/share/GNUstep/Makefiles$ ls
Additional fixpath.sh os.sh
aggregate.make framework.make palette.make
application.make GNUstep.csh parallel-subdirectories.make
app-wrapper.template gnustep-make-help print_unique_pathlist.sh
Auxiliary GNUstep-reset.sh relative_path.sh
bundle.make GNUstep.sh resource-set.make
clean_cpu.sh gswapp.make rules.make
clean_os.sh gswbundle.make serial-subdirectories.make
clean_vendor.sh install-sh service.make
clibrary.make Instance spec-rules.template
common.make java-executable.template strip_makefiles.sh
config.guess java.make subproject.make
config.make java-tool.make tar-exclude-list
config-noarch.make jni.make target.make
config.sub library-combo.make test-application.make
cpu.sh library.make TestFramework
ctool.make Master test-library.make
documentation.make messages.make test-tool.make
empty.make mkinstalldirs tool.make
executable.template names.make vendor.sh
filesystem.csh native-library.make x86_64
filesystem.make nsi-app.template
filesystem.sh objc.make
On Mon, Sep 26, 2011 at 4:26 AM, Richard Frith-Macdonald <
[email protected]> wrote:
>
> On 25 Sep 2011, at 23:34, Jackie Gleason wrote:
>
> > I retried everything without using --prefix and no dice.
> >
> > Jackie
> >
> > On Sun, Sep 25, 2011 at 5:07 PM, Jackie Gleason <[email protected]>
> wrote:
> > I did use the prefix option but I also tried without but I can try again
> otherwise that is the order I did things.
> >
> > The weird thing is when I install gnumake it installs into a directory
> like the following...
> >
> > /usr/GNUstep/share/GNUstep/MakeFiles
> >
> > I am wondering if there is an issue there.
>
> I think the normal install location for hardware independent stuff (eg the
> makefiles/scripts) is /usr/local/share/GNUstep/Makefiles ... so if you
> specified --prefix=/usr/GNUstep that path would be correct.
>
> I expect your executables should be in /usr/GNUstep/share/bin libraries in
> /usr/GNUstep/lib and your headers in /usr/GNUstep/include
>
> In another email you said :
>
> > the ls for the folder is...
> > :/usr/GnuStep# ls
> > bin share
>
> That looks like the libraries and headers simply aren't installed (or are
> installed elsewhere).
>
>
> If I do ...
>
> cd make
> ./configure --prefix=/tmp/GNUstep
> make install
> . /tmp/GNUstep/share/Makefiles/GNUstep.sh
> cd ../base
> ./configure
> make install
>
> then look in /tmp/GNUstep, I see the lib and include subdirectories with
> the base library stuff in them.
>
>
> You could try looking at the config.log files for make and base to see if
> you can spot anything.
> If base builds and installs correctly then usually everything else is fine
> because that means that make was built/installed correctly.
>
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local/GNUstep
## --------- ##
## Platform. ##
## --------- ##
hostname = jackie-Latitude-E6410
uname -m = x86_64
uname -r = 2.6.38-11-generic
uname -s = Linux
uname -v = #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/jackie/Development/Google/Android SDK/android-sdk-linux_86/tools
PATH: /home/jackie/Development/Google/GSUtil/gsutil
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2287: checking for gcc
configure:2303: found /usr/bin/gcc
configure:2314: result: gcc
configure:2543: checking for C compiler version
configure:2552: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2563: $? = 0
configure:2552: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:2563: $? = 0
configure:2552: gcc -V >&5
gcc: '-V' option must have argument
configure:2563: $? = 1
configure:2552: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2563: $? = 1
configure:2583: checking whether the C compiler works
configure:2605: gcc conftest.c >&5
configure:2609: $? = 0
configure:2658: result: yes
configure:2661: checking for C compiler default output file name
configure:2663: result: a.out
configure:2669: checking for suffix of executables
configure:2676: gcc -o conftest conftest.c >&5
configure:2680: $? = 0
configure:2702: result:
configure:2724: checking whether we are cross compiling
configure:2732: gcc -o conftest conftest.c >&5
configure:2736: $? = 0
configure:2743: ./conftest
configure:2747: $? = 0
configure:2762: result: no
configure:2767: checking for suffix of object files
configure:2789: gcc -c conftest.c >&5
configure:2793: $? = 0
configure:2814: result: o
configure:2818: checking whether we are using the GNU C compiler
configure:2837: gcc -c conftest.c >&5
configure:2837: $? = 0
configure:2846: result: yes
configure:2855: checking whether gcc accepts -g
configure:2875: gcc -c -g conftest.c >&5
configure:2875: $? = 0
configure:2916: result: yes
configure:2933: checking for gcc option to accept ISO C89
configure:2997: gcc -c -g -O2 conftest.c >&5
configure:2997: $? = 0
configure:3010: result: none needed
configure:3035: checking how to run the C preprocessor
configure:3066: gcc -E conftest.c
configure:3066: $? = 0
configure:3080: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3105: result: gcc -E
configure:3125: gcc -E conftest.c
configure:3125: $? = 0
configure:3139: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3139: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3230: checking for g++
configure:3246: found /usr/bin/g++
configure:3257: result: g++
configure:3284: checking for C++ compiler version
configure:3293: g++ --version >&5
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3304: $? = 0
configure:3293: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:3304: $? = 0
configure:3293: g++ -V >&5
g++: '-V' option must have argument
configure:3304: $? = 1
configure:3293: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3304: $? = 1
configure:3308: checking whether we are using the GNU C++ compiler
configure:3327: g++ -c conftest.cpp >&5
configure:3327: $? = 0
configure:3336: result: yes
configure:3345: checking whether g++ accepts -g
configure:3365: g++ -c -g conftest.cpp >&5
configure:3365: $? = 0
configure:3406: result: yes
configure:3462: checking build system type
configure:3476: result: x86_64-unknown-linux-gnu
configure:3496: checking host system type
configure:3509: result: x86_64-unknown-linux-gnu
configure:3529: checking target system type
configure:3542: result: x86_64-unknown-linux-gnu
configure:3592: checking for library combo
configure:3620: result: gnu-gnu-gnu
configure:3630: checking for apple compiler flags
configure:3645: result: yes
configure:3858: checking for ar
configure:3874: found /usr/bin/ar
configure:3885: result: ar
configure:3895: checking for dlltool
configure:3925: result: no
configure:3973: checking for ranlib
configure:3989: found /usr/bin/ranlib
configure:4000: result: ranlib
configure:4038: checking for a BSD-compatible install
configure:4106: result: /usr/bin/install -c
configure:4118: checking if 'install -p' works
configure:4123: result: yes
configure:4130: checking if we should use 'install -p' when installing files
configure:4142: result: yes
configure:4154: checking whether ln -s works
configure:4158: result: yes
configure:4170: checking for gnutar
configure:4200: result: no
configure:4170: checking for gtar
configure:4200: result: no
configure:4218: checking for chown
configure:4234: found /bin/chown
configure:4246: result: chown
configure:4268: checking if we should enable strict gnustep-make version 2 mode by default
configure:4285: result: no
configure:4296: checking for GNUstep filesystem layout to use
configure:4322: result: default layout: 'fhs'
configure:4385: checking if we manage to import the filesystem layout configuration
configure:4391: result: ok
configure:4423: checking for prefix
configure:4443: result: /usr/local/GNUstep
configure:4490: checking for GNUstep configuration file to use
configure:4521: result: /usr/local/GNUstep/etc/GNUstep/GNUstep.conf
configure:4540: checking if we should import an existing configuration file
configure:4563: result: no
configure:4579: checking for user config file to use
configure:4601: result: .GNUstep.conf
configure:4608: checking if the obsolete --with-user-dir option was used
configure:4622: result: no: good
configure:4629: checking for user defaults dir to use
configure:4651: result: GNUstep/Defaults
configure:4661: checking for GNUSTEP_MAKEFILES to use
configure:4664: result: /usr/local/GNUstep/share/GNUstep/Makefiles
configure:4690: checking for flattened directory structure
configure:4720: result: yes
configure:4734: Now printing the filesystem layout configuration.
configure:4737: checking for System Applications directory
configure:4739: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4742: checking for System Admin Applications directory
configure:4744: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4747: checking for System Web Applications directory
configure:4749: result: /usr/local/GNUstep/lib/GNUstep/WebApplications
configure:4752: checking for System Tools directory
configure:4754: result: /usr/local/GNUstep/bin
configure:4757: checking for System Admin Tools directory
configure:4759: result: /usr/local/GNUstep/sbin
configure:4762: checking for System Library directory
configure:4764: result: /usr/local/GNUstep/lib/GNUstep
configure:4767: checking for System Headers directory
configure:4769: result: /usr/local/GNUstep/include
configure:4772: checking for System Libraries directory
configure:4774: result: /usr/local/GNUstep/lib
configure:4777: checking for System Documentation directory
configure:4779: result: /usr/local/GNUstep/share/GNUstep/Documentation
configure:4782: checking for System Info Documentation directory
configure:4784: result: /usr/local/GNUstep/share/info
configure:4787: checking for System Man Documentation directory
configure:4789: result: /usr/local/GNUstep/share/man
configure:4793: checking for Network Applications directory
configure:4795: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4798: checking for Network Admin Applications directory
configure:4800: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4803: checking for Network Web Applications directory
configure:4805: result: /usr/local/GNUstep/lib/GNUstep/WebApplications
configure:4808: checking for Network Tools directory
configure:4810: result: /usr/local/GNUstep/bin
configure:4813: checking for Network Admin Tools directory
configure:4815: result: /usr/local/GNUstep/sbin
configure:4818: checking for Network Library directory
configure:4820: result: /usr/local/GNUstep/lib/GNUstep
configure:4823: checking for Network Headers directory
configure:4825: result: /usr/local/GNUstep/include
configure:4828: checking for Network Libraries directory
configure:4830: result: /usr/local/GNUstep/lib
configure:4833: checking for Network Documentation directory
configure:4835: result: /usr/local/GNUstep/share/GNUstep/Documentation
configure:4838: checking for Network Info Documentation directory
configure:4840: result: /usr/local/GNUstep/share/info
configure:4843: checking for Network Man Documentation directory
configure:4845: result: /usr/local/GNUstep/share/man
configure:4849: checking for Local Applications directory
configure:4851: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4854: checking for Local Admin Applications directory
configure:4856: result: /usr/local/GNUstep/lib/GNUstep/Applications
configure:4859: checking for Local Web Applications directory
configure:4861: result: /usr/local/GNUstep/lib/GNUstep/WebApplications
configure:4864: checking for Local Tools directory
configure:4866: result: /usr/local/GNUstep/bin
configure:4869: checking for Local Admin Tools directory
configure:4871: result: /usr/local/GNUstep/sbin
configure:4874: checking for Local Library directory
configure:4876: result: /usr/local/GNUstep/lib/GNUstep
configure:4879: checking for Local Headers directory
configure:4881: result: /usr/local/GNUstep/include
configure:4884: checking for Local Libraries directory
configure:4886: result: /usr/local/GNUstep/lib
configure:4889: checking for Local Documentation directory
configure:4891: result: /usr/local/GNUstep/share/GNUstep/Documentation
configure:4894: checking for Local Info Documentation directory
configure:4896: result: /usr/local/GNUstep/share/info
configure:4899: checking for Local Man Documentation directory
configure:4901: result: /usr/local/GNUstep/share/man
configure:4905: checking for User Applications directory
configure:4907: result: GNUstep/Applications
configure:4910: checking for User Admin Applications directory
configure:4912: result: GNUstep/Applications/Admin
configure:4915: checking for User Web Applications directory
configure:4917: result: GNUstep/WebApplications
configure:4920: checking for User Tools directory
configure:4922: result: GNUstep/Tools
configure:4925: checking for User Admin Tools directory
configure:4927: result: GNUstep/Tools/Admin
configure:4930: checking for User Library directory
configure:4932: result: GNUstep/Library
configure:4935: checking for User Headers directory
configure:4937: result: GNUstep/Library/Headers
configure:4940: checking for User Libraries directory
configure:4942: result: GNUstep/Library/Libraries
configure:4945: checking for User Documentation directory
configure:4947: result: GNUstep/Library/Documentation
configure:4950: checking for User Info Documentation directory
configure:4952: result: GNUstep/Library/Documentation/info
configure:4955: checking for User Man Documentation directory
configure:4957: result: GNUstep/Library/Documentation/man
configure:4961: checking for System User directory
configure:4963: result: /home
configure:4966: checking for Network User directory
configure:4968: result: /home
configure:4971: checking for Local User directory
configure:4973: result: /home
configure:5068: checking for custom shared objc library
configure:5134: result: NONE
configure:5183: checking for the flag to link libobjc
configure:5234: result: -lobjc
configure:5258: checking whether objc has thread support
configure:5288: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME conftest.c -lobjc -lpthread >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
configure:5288: $? = 0
configure:5288: ./conftest
configure:5288: $? = 0
configure:5532: result: yes: -lpthread
configure:5539: checking whether Objective-C++ is supported
configure:5582: g++ -c -g -O2 -x objective-c++ conftest.cpp >&5
g++: error trying to exec 'cc1objplus': execvp: No such file or directory
configure:5582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
|
| @interface ObjCClass
| {
| int x;
| }
| @end
|
| class CppClass
| {
| int x;
| };
|
| int
| main()
| {
| return 0;
| }
|
configure:5588: result: no
configure:5620: checking whether we should use the nonfragile ABI
configure:5661: result: not requested by user
configure:5685: checking for the flag to use to do partial linking
configure:5690: result: -r
configure:5704: checking for the GCC version
configure:5731: result: version: 4.5
configure:5752: checking whether the compiler supports native ObjC exceptions
configure:5780: gcc -c -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME -fexceptions -fobjc-exceptions conftest.c >&5
configure:5780: $? = 0
configure:5790: result: yes
configure:5805: checking if the compiler supports autodependencies
configure:5824: result: yes: gcc version is 4.5 >= 3.0
configure:5838: checking if the compiler supports precompiled headers
configure:5873: result: yes
configure:5897: checking if the compiler requires -shared flag to build for Solaris
configure:5913: result: yes: gcc version is 4.5 >= 4.0
configure:5932: checking if we should enable 'make debug=yes' by default
configure:5948: result: no
configure:5964: checking for gmake
configure:5994: result: no
configure:5964: checking for gnumake
configure:5994: result: no
configure:5964: checking for make
configure:5980: found /usr/bin/make
configure:5991: result: make
configure:6013: checking for the GNU Make version
configure:6024: result: version: 3.81
configure:6033: checking for GNU Make >= 3.79
configure:6047: result: yes
configure:6063: checking if GNU Make has the info function
configure:6080: result: yes
configure:6092: checking if we should strip makefiles after installation
configure:6108: result: no
configure:6117: checking if we should enable support for parallel building
configure:6128: result: yes
configure:6143: checking for the version of gnustep-make we are compiling
configure:6146: result: 2.6.1
configure:6177: checking for latex2html
configure:6207: result: no
configure:6221: checking for bash
configure:6239: found /bin/bash
configure:6252: result: /bin/bash
configure:6262: checking for test
configure:6280: found /usr/bin/test
configure:6292: result: /usr/bin/test
configure:6446: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on jackie-Latitude-E6410
config.status:870: creating config-noarch.make
config.status:870: creating config.make
config.status:870: creating openapp
config.status:870: creating opentool
config.status:870: creating executable.template
config.status:870: creating GNUmakefile
config.status:870: creating GNUstep.conf
config.status:870: creating GNUstep-strict-v2.conf
config.status:870: creating GNUstep.sh
config.status:870: creating GNUstep.csh
config.status:870: creating fixpath.sh
config.status:870: creating gnustep-make.spec
config.status:870: creating gnustep-config
config.status:870: creating TestFramework/gnustep-tests
config.status:870: creating filesystem.make
config.status:870: creating filesystem.sh
config.status:870: creating filesystem.csh
config.status:1027: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_backend=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_debug_by_default=undefined
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_flattened=undefined
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_importing_config_file=no
ac_cv_install_p=yes
ac_cv_library_combo=gnu-gnu-gnu
ac_cv_multi_platform=undefined
ac_cv_objc_threaded=-lpthread
ac_cv_objext=o
ac_cv_parallel_building=yes
ac_cv_path_SHELLPROG=/bin/bash
ac_cv_path_TESTPROG=/usr/bin/test
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CHOWN=chown
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GNUMAKE=make
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_strict_v2_mode=no
ac_cv_strip_makefiles=undefined
ac_cv_target=x86_64-unknown-linux-gnu
gs_cv_gcc_major_version=4
gs_cv_gcc_minor_version=5
gs_cv_gcc_parsed_version=4.5
gs_cv_make_major_version=3
gs_cv_make_minor_version=81
gs_cv_make_version=3.81
gs_cv_objc_incdir=NONE
gs_cv_objc_libdir=NONE
gs_cv_using_clang=0
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AUTO_DEPENDENCIES='yes'
BACKEND_BUNDLE='yes'
CC='gcc'
CFLAGS='-g -O2'
CHOWN='chown'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CYGWIN='no'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
DLLTOOL=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GCC_WITH_PRECOMPILED_HEADERS='yes'
GNUMAKE='make'
GNUSTEP_ABSOLUTE_INSTALL_PATHS=''
GNUSTEP_CONFIG_FILE='/usr/local/GNUstep/etc/GNUstep/GNUstep.conf'
GNUSTEP_DEFAULT_DEBUG='no'
GNUSTEP_FLATTENED='yes'
GNUSTEP_IS_FLATTENED='yes'
GNUSTEP_LOCAL_ADMIN_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_LOCAL_ADMIN_TOOLS='/usr/local/GNUstep/sbin'
GNUSTEP_LOCAL_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_LOCAL_DOC='/usr/local/GNUstep/share/GNUstep/Documentation'
GNUSTEP_LOCAL_DOC_INFO='/usr/local/GNUstep/share/info'
GNUSTEP_LOCAL_DOC_MAN='/usr/local/GNUstep/share/man'
GNUSTEP_LOCAL_HEADERS='/usr/local/GNUstep/include'
GNUSTEP_LOCAL_LIBRARIES='/usr/local/GNUstep/lib'
GNUSTEP_LOCAL_LIBRARY='/usr/local/GNUstep/lib/GNUstep'
GNUSTEP_LOCAL_ROOT='/usr/local/GNUstep/Local'
GNUSTEP_LOCAL_TOOLS='/usr/local/GNUstep/bin'
GNUSTEP_LOCAL_USERS_DIR='/home'
GNUSTEP_LOCAL_WEB_APPS='/usr/local/GNUstep/lib/GNUstep/WebApplications'
GNUSTEP_MAKEFILES='/usr/local/GNUstep/share/GNUstep/Makefiles'
GNUSTEP_MAKE_MAJOR_VERSION='2'
GNUSTEP_MAKE_MINOR_VERSION='6'
GNUSTEP_MAKE_PARALLEL_BUILDING='yes'
GNUSTEP_MAKE_STRICT_V2_MODE='no'
GNUSTEP_MAKE_SUBMINOR_VERSION='1'
GNUSTEP_MAKE_VERSION='2.6.1'
GNUSTEP_MULTI_PLATFORM=''
GNUSTEP_NETWORK_ADMIN_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_NETWORK_ADMIN_TOOLS='/usr/local/GNUstep/sbin'
GNUSTEP_NETWORK_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_NETWORK_DOC='/usr/local/GNUstep/share/GNUstep/Documentation'
GNUSTEP_NETWORK_DOC_INFO='/usr/local/GNUstep/share/info'
GNUSTEP_NETWORK_DOC_MAN='/usr/local/GNUstep/share/man'
GNUSTEP_NETWORK_HEADERS='/usr/local/GNUstep/include'
GNUSTEP_NETWORK_LIBRARIES='/usr/local/GNUstep/lib'
GNUSTEP_NETWORK_LIBRARY='/usr/local/GNUstep/lib/GNUstep'
GNUSTEP_NETWORK_ROOT='/usr/local/GNUstep/Network'
GNUSTEP_NETWORK_TOOLS='/usr/local/GNUstep/bin'
GNUSTEP_NETWORK_USERS_DIR='/home'
GNUSTEP_NETWORK_WEB_APPS='/usr/local/GNUstep/lib/GNUstep/WebApplications'
GNUSTEP_STRIP_MAKEFILES=''
GNUSTEP_SYSTEM_ADMIN_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_SYSTEM_ADMIN_TOOLS='/usr/local/GNUstep/sbin'
GNUSTEP_SYSTEM_APPS='/usr/local/GNUstep/lib/GNUstep/Applications'
GNUSTEP_SYSTEM_DOC='/usr/local/GNUstep/share/GNUstep/Documentation'
GNUSTEP_SYSTEM_DOC_INFO='/usr/local/GNUstep/share/info'
GNUSTEP_SYSTEM_DOC_MAN='/usr/local/GNUstep/share/man'
GNUSTEP_SYSTEM_HEADERS='/usr/local/GNUstep/include'
GNUSTEP_SYSTEM_LIBRARIES='/usr/local/GNUstep/lib'
GNUSTEP_SYSTEM_LIBRARY='/usr/local/GNUstep/lib/GNUstep'
GNUSTEP_SYSTEM_ROOT='/usr/local/GNUstep/System'
GNUSTEP_SYSTEM_TOOLS='/usr/local/GNUstep/bin'
GNUSTEP_SYSTEM_USERS_DIR='/home'
GNUSTEP_SYSTEM_WEB_APPS='/usr/local/GNUstep/lib/GNUstep/WebApplications'
GNUSTEP_USER_CONFIG_FILE='.GNUstep.conf'
GNUSTEP_USER_DEFAULTS_DIR='GNUstep/Defaults'
GNUSTEP_USER_DIR='GNUstep'
GNUSTEP_USER_DIR_ADMIN_APPS='GNUstep/Applications/Admin'
GNUSTEP_USER_DIR_ADMIN_TOOLS='GNUstep/Tools/Admin'
GNUSTEP_USER_DIR_APPS='GNUstep/Applications'
GNUSTEP_USER_DIR_DOC='GNUstep/Library/Documentation'
GNUSTEP_USER_DIR_DOC_INFO='GNUstep/Library/Documentation/info'
GNUSTEP_USER_DIR_DOC_MAN='GNUstep/Library/Documentation/man'
GNUSTEP_USER_DIR_HEADERS='GNUstep/Library/Headers'
GNUSTEP_USER_DIR_LIBRARIES='GNUstep/Library/Libraries'
GNUSTEP_USER_DIR_LIBRARY='GNUstep/Library'
GNUSTEP_USER_DIR_TOOLS='GNUstep/Tools'
GNUSTEP_USER_DIR_WEB_APPS='GNUstep/WebApplications'
HOST_INSTALL='/usr/bin/install -c -p'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LATEX2HTML=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIB_DIR=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE_WITH_INFO_FUNCTION='yes'
OBJCFLAGS=''
OBJCXX=''
OBJC_LIB_FLAG=''
OBJC_WITH_GC='no'
OBJEXT='o'
OBJ_MERGE_CMD_FLAG='-r'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/bash'
SHELLPROG='/bin/bash'
SOLARIS_SHARED='yes'
TAR='tar'
TESTPROG='/usr/bin/test'
USE_NONFRAGILE_ABI='no'
USE_OBJC_EXCEPTIONS='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_cv_library_combo='gnu-gnu-gnu'
ac_cv_objc_threaded='-lpthread'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cc_bundle='yes'
cc_cppprecomp='no'
cc_gnuruntime=''
clean_target_cpu='x86_64'
clean_target_os='linux-gnu'
clean_target_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
objc_threaded='-lpthread'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/GNUstep'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev