| Anonymous | Login | Signup for a new account | 2010-09-03 12:46 CST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0000365 | GCC - GNU C Compiler | Bug | public | 2009-07-22 06:06 | 2010-04-09 09:02 | |
| Reporter | jkacer | |||||
| Assigned To | psmedley | |||||
| Priority | normal | Severity | major | Reproducibility | always | |
| Status | closed | Resolution | no change required | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | Fixed in Version | |||||
| Summary | 0000365: Missing libend.a | |||||
| Description | Hello Paul! It seems that library "libend.a" is missing in the GCC distribution. There is only "libend.lib", which is in OS/2 format. Could you please add the Unix-like version to the distribution as well? I don't know exactly to what directory it should be added, libend.lib is currently in U:\usr\lib, which is out of the 4.4.0 tree. Thank you! | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0001380) psmedley (administrator) 2009-07-22 07:12 |
This lib is part of libc - not the compiler suite. You should be able to create to lib yourself - something like: u:\usr\bin\emximp -o libend.a libend.lib Alternately - add -Zomf to LDFLAGS - in which case it will look for .lib's |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-07-22 06:06 | jkacer | New Issue | |
| 2009-07-22 07:12 | psmedley | Note Added: 0001380 | |
| 2010-04-09 09:02 | psmedley | Status | new => closed |
| 2010-04-09 09:02 | psmedley | Assigned To | => psmedley |
| 2010-04-09 09:02 | psmedley | Resolution | open => no change required |
| Copyright © 2000 - 2010 MantisBT Group |