| Summary: | bsd.prog.mk doesn't link C++ programs properly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | cbond <cbond> | ||||
| Component: | misc | Assignee: | ru <ru> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
cbond
2001-03-22 07:30:02 UTC
Responsible Changed From-To: freebsd-bugs->ru Over to bsd.*.mk maintainer. State Changed From-To: open->closed The correct way of linking C++ programs is to use c++(1) which adds -lstdc++ automatically. This has been fixed in FreeBSD 4.6-STABLE, in bsd.prog.mk,v 1.86.2.14 by providing a new PROG_CXX knob as an alternative to PROG. bsd.README has been updated accordingly. |