home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23298 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!serval!hlu
  2. From: hlu@eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: ANSWER: libg++.a problem with Regex.o
  5. Message-ID: <1993Jan8.232315.28314@serval.net.wsu.edu>
  6. Date: 8 Jan 93 23:23:15 GMT
  7. Article-I.D.: serval.1993Jan8.232315.28314
  8. References: <1993Jan8.103050.18355@odin.diku.dk> <CORYWEST.93Jan8124821@brazos.is.rice.edu>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: School of EECS, Washington State University
  11. Lines: 32
  12.  
  13. In article <CORYWEST.93Jan8124821@brazos.is.rice.edu>, corywest@is.rice.edu (Cory West) writes:
  14. |> In article <1993Jan8.103050.18355@odin.diku.dk> dingbat@diku.dk 
  15. |> (Niels Skov Olsen) writes:
  16. |> 
  17. |> >  A slight problem with g++ 2.3.3 and the latest libs and the binutils
  18. |> >  found on the latest hlu base disks.
  19. |> >  When I compile this program:
  20. |> [...]
  21. |> >  ld gives me these errors:
  22. |> >  Undefined symbol re_compile_pattern(const char *, int, re_pattern_buffer *)
  23. |> [...]
  24. |> >  I have checked that these symbols are in fact in libg++.a with nm.
  25. |> 
  26. |>     This is the same question that I have been asking without
  27. |> much luck,  I have two suspicions and I'm not sure which one is
  28.  
  29. It is very strange. I fixed it the same day I got the report. Please
  30. get gxx-2.3.TZ again from tsx-11.mit.edu. The problem was caused by
  31. /usr/include/regex.h, which missed the stuff for C++. I have fixed it and
  32. posted a note on both c.o.l and c.o.l.a. Here is the part of it.
  33.  
  34. ----------
  35. 10. inc-4.2-fix.TZ
  36.  
  37.   Some fixed headers failed to make into inc-4.2.TZ but are needed.
  38.   To unpack it:
  39.  
  40.   cd /usr
  41.   tar xvvofz inc-4.2-fix.TZ
  42. ----------
  43.  
  44. H.J.
  45.