Opened 17 years ago
Closed 17 years ago
#37 closed task (fixed)
Describe Boost gcc 4.3 bugand workaround in docu
| Reported by: | Christoph Mayer | Owned by: | Christoph Mayer |
|---|---|---|---|
| Priority: | major | Milestone: | Release of 0.2.0 |
| Component: | Documentation | Version: | 0.1.0 |
| Keywords: | Cc: |
Change History (5)
comment:1 by , 17 years ago
| Summary: | Boost gcc 4.3 bug workaround in Doku aufnehmen → Describe Boost gcc 4.3 bugand workaround in docu |
|---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
| Milestone: | → Release of 0.2.0 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:4 by , 17 years ago
| Status: | assigned → new |
|---|
comment:5 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The compiler can be changed using the environment variable CXX. You can for example put this into your .bashrc:
export CXX=gcc-4.1
to switch to another compiler. Todo this only for Ariba, you can co
./configure CXX=gcc-4.1
this will only set the compiler in the current shell and the configure will remember that you want to use this compiler.