| Anonymous | Login | Signup for a new account | 11-10-2008 11:14 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001307 | [uClibc] Other | minor | have not tried | 04-08-07 23:52 | 09-15-07 02:16 | ||||
| Reporter | rreilink | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.28 | ||||||
| Summary | 0001307: Makefile compatibility to Mac OS X | ||||||||
| Description |
In order to get uClibC to compile/install properly on Mac OS X, the following changes in the Makefile are required: Line 231 & 241: change sed -e 's/lib\///' to sed -e 's/lib\/*//' This is because find lib/ makes the results start with a / , which causes the symlinks to point to /libc.0.so instead of libc.0.so Line 258: change cp -dRf to -PRf because the cp on Mac OS X doesn't support the -d flag. Note that this has been changed from -PRf to -dRf for busybox compatibility. ucLibC version: 0.9.28.3 toolchain: powerpc-gekko-linux-uclibc host platform: OS X 10.4 (Darwin 8.9.1 i386) |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |