Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #278 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Install instructions for GDC: descrepancy between instruction and install-gdc.sh

Reported by: rene Assigned to: Gregor
Priority: major Milestone: 0.96 Beta 2
Component: Documentation Version:
Keywords: Cc:

Description

hi!

the instructions wiki/UnixInstallGdc say to add the following to /usr/lib/libgphobos.spec:

*lib: %{!nostdlib:-lc -lm  -lpthread -L<GDC install prefix>/lib \
         <GDC install prefix>/lib/libgphobos.a}

but install-gdc.sh only writes:

*lib: %{!nostdlib:-lc -lm   -L/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../.. /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libgphobos.a}

i.e. -lpthread is missing.

revision: 1646 system: mac os x 10.4.8 intel

i have no idea if this is important, just wanted to mention it.

Change History

02/26/07 08:02:17 changed by larsivi

  • priority changed from minor to major.
  • component changed from Core Functionality to Documentation.
  • milestone set to 0.96 Beta 2.

03/04/07 17:08:36 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

In the wiki page, that's just an example, I think somebody changed the wording a bit ... I can't write a generalized version for every Unix OS. I've made that a little bit more explicit in the wiki. Closing.