public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Install issue libobjc gcc 3.4.5 full version...
@ 2011-01-14  7:35 L. Scott Hopkins
  2011-01-14  8:55 ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: L. Scott Hopkins @ 2011-01-14  7:35 UTC (permalink / raw)
  To: gcc-help; +Cc: gnu

Hello,
Am trying to complete install of gcc 3.4.5 (full version) on:
i586 Slackware 11
kernel 2.4.33.3 loaded with glib2-2.12, glibc-2.36, gtk 1.2.10, gtk 
2-2.8.20, libtool 2.2.10
and have the LD_LIBRARY_PATH pointing to glib2 and pkgconfig.
Below is a portion of the echo from the ./config command
root@LSHY2K:/home/raiz/Linux/Provare/gcc-3.4.5/libobjc# ./configure & 
target=i486-slackware-linux CFLAGS=”$CFLAGS -$flags”
(1] 25294

Thanks in advance for your help...

LSHY2K
root@LSHY2K:/home/raiz/Linux/Provare/gcc-3.4.5/libobjc# loading cache 
./config.cache
checking host system type... i585-pc-linux-gnu
checking target system type ... i58G-pc-limx-gnu
checking build system type ... i5BG-pc-linuo-qnu
checking for Cygwin environment ...(cached) no
checking for mingw32 environment ...(cached) no
checking whether ln -s works... (cached) yes
checking for gcc... (cached) gcc
checking whether we am using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for as ... (cached) as
checking for ar ... (cached) ar
checking for ranlib... (cached) ranlib
checking for a BSD compatible install ... (cached) /usr/bin/ginstall -c
checking for interface version number ...
checking for --enable-version-specific-runtime-libs... no
checking for ld used by GCC... (cached) /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld...
(cached) yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object 
files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking how to recognise dependent libraries... (cached) pass all
checking for object suffix... (cached) o
checking for ranlib ... (cached) ranlib
checking for strip ... (cached) strip
loading cache ./config.cache within ltconfig
checking for objdir... libs
checking for qcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
finding the maximum length of command line arguments.... (cached) 49153
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -fno-rtti fno-exceptions ... no
checking whether the linker (/usr/i486-slackware-linux/bin/ld) supports 
shared
libraries... yes
checking how to hardcode library path& into programs,... immediate
checking whether stripping libraries is possible... yes
checking dynamic: linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared Libraries... yes
checking whether to build shared libraries... no
Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…Â…
checking if gcc static flag -static works... (cached) yes
finding the maximum length of command line arguments... (cached) 49153
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/i486-slackware-linux/bin/ld) supports 
shared libraries,... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries ... no
checking whether to build static libraries ... yes creating libtool
loading cache ./config.cache
checking for a BSO compatible install... /usr/bin/ginstall -c
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E checking for stdio.h... 
yes
checking for ANSI C header files... yes
checking for sched.h... yes
checking for gthread cflags... configure: error: not found


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Install issue libobjc gcc 3.4.5 full version...
  2011-01-14  7:35 Install issue libobjc gcc 3.4.5 full version L. Scott Hopkins
@ 2011-01-14  8:55 ` Jonathan Wakely
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2011-01-14  8:55 UTC (permalink / raw)
  To: LSHY2K; +Cc: gcc-help

On 14 January 2011 07:43, L. Scott Hopkins wrote:
> Hello,
> Am trying to complete install of gcc 3.4.5 (full version) on:

Is there any reason you're installing such an old, unsupported version?

> i586 Slackware 11
> kernel 2.4.33.3 loaded with glib2-2.12, glibc-2.36, gtk 1.2.10, gtk
> 2-2.8.20, libtool 2.2.10
> and have the LD_LIBRARY_PATH pointing to glib2 and pkgconfig.
> Below is a portion of the echo from the ./config command
> root@LSHY2K:/home/raiz/Linux/Provare/gcc-3.4.5/libobjc# ./configure &
> target=i486-slackware-linux CFLAGS=”$CFLAGS -$flags”
> (1] 25294

Did you really mean to run configure in the background here?
The '&' looks out of place.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Install issue libobjc gcc 3.4.5 full version...
       [not found] <20110117.022802.22449.2@webmail08.dca.untd.com>
@ 2011-01-17  9:16 ` Jonathan Wakely
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2011-01-17  9:16 UTC (permalink / raw)
  To: lshy2k; +Cc: gcc-help

On 17 January 2011 07:28, lshy2k@juno.com wrote:
> Hello,
> Thank you for the reply.

Please reply to the list, not just to me.

> The ./configure command was issued in variety of forms ie. host=i586-pc-linux-gnu or -pthreads or without any parameters.  My problem is lack of familiarity with the ./config command producing error with gthread cflags or will not run libobjc ./configure.

The & has nothing to do with the configure script, it tells the shell
to run the process in the background, e.g.

sleep 5 & echo blah

this will run a "sleep 5" process in the background and immediately
run "echo blah" as a separate command

so you command is running "configure" in the background ,then trying
to run the other options as a separate command, which is totally
wrong.

Try reading the docs that come with the sources,
gcc-3.4.5/INSTALL/index.html, that will tell you how to run configure.
 Or just run ./configure --help

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-17  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14  7:35 Install issue libobjc gcc 3.4.5 full version L. Scott Hopkins
2011-01-14  8:55 ` Jonathan Wakely
     [not found] <20110117.022802.22449.2@webmail08.dca.untd.com>
2011-01-17  9:16 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).