git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git on ancient compilers.
@ 2007-11-09 23:14 Jon Smirl
  2007-11-09 23:19 ` Jon Smirl
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Smirl @ 2007-11-09 23:14 UTC (permalink / raw
  To: Git Mailing List

My hosting company is using: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)

git is using a link parameter not available in 3.3.5

   LINK git-mktree
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-patch-id
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-peek-remote
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-receive-pack
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-send-pack
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-shell
gcc: unrecognized option `-R/home/jonsmirl1/lib'
    LINK git-show-index



-- 
Jon Smirl
jonsmirl@gmail.com

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

* Re: git on ancient compilers.
  2007-11-09 23:14 git on ancient compilers Jon Smirl
@ 2007-11-09 23:19 ` Jon Smirl
  2007-11-09 23:22   ` Jon Smirl
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Smirl @ 2007-11-09 23:19 UTC (permalink / raw
  To: Git Mailing List

jonsmirl@terra:~$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.18

-- 
Jon Smirl
jonsmirl@gmail.com

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

* Re: git on ancient compilers.
  2007-11-09 23:19 ` Jon Smirl
@ 2007-11-09 23:22   ` Jon Smirl
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Smirl @ 2007-11-09 23:22 UTC (permalink / raw
  To: Git Mailing List

I found this option...

# Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
# that tells runtime paths to dynamic libraries;
# "-Wl,-rpath=/path/lib" is used instead.

-- 
Jon Smirl
jonsmirl@gmail.com

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

end of thread, other threads:[~2007-11-09 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 23:14 git on ancient compilers Jon Smirl
2007-11-09 23:19 ` Jon Smirl
2007-11-09 23:22   ` Jon Smirl

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).