Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] glibc 2.3.5 compile fix

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jens Laas <jens.laas AT data.slu.se>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] glibc 2.3.5 compile fix
  • Date: Tue, 3 May 2005 08:47:28 +0000 (CET)


Seems like a few people run into this.
(Googled and found in glibc mailing list. Apparently fixed in glibc CVS).

Btw where did the gcc commands in output when casting go?

See attached patch.

Cheers
Jens

-----------------------------------------------------------------------
'This mail automatically becomes portable when carried.'
-----------------------------------------------------------------------
Jens Låås Email: jens.laas AT data.slu.se
Department of Computer Services, SLU Phone: +46 18 67 35 15
Vindbrovägen 1
P.O. Box 7079
S-750 07 Uppsala
SWEDEN -----------------------------------------------------------------------
--- ./sysdeps/generic/wordexp.c.orig 2005-05-03 10:23:38.057173184 +0200
+++ ./sysdeps/generic/wordexp.c 2005-05-03 10:24:45.528915920 +0200
@@ -809,7 +809,7 @@
}

/* Function called by child process in exec_comm() */
-static void
+static inline void
internal_function __attribute__ ((always_inline))
exec_comm_child (char *comm, int *fildes, int showerr, int noexec)
{



Archive powered by MHonArc 2.6.24.

Top of Page