| 1 | | |
| | 1 | WIP... [[BR]] |
| | 2 | apply patch. |
| | 3 | {{{ |
| | 4 | /misc_obj/zip30> make -f beos/Makefile |
| | 5 | make -j 4 -f beos/Makefile CC=gcc CFLAGS="-O3 -mpentiumpro -Wall -Wno-multichar -Wno-ctor-dtor-privacy -Wbad-function-cast -Woverloaded-virtual -I. -I/boot/develop/headers/be/support -I/boot/develop/headers/be/storage -DHAVE_DIRENT_H -DPASSWD_FROM_STDIN " \ |
| | 6 | LFLAGS1="" LFLAGS2="-L/boot/develop/lib/x86 -lbe -lroot" \ |
| | 7 | zip zipnote zipsplit zipcloak |
| | 8 | make[1]: Entering directory `/misc_obj/zip30' |
| | 9 | make[1]: `zip' is up to date. |
| | 10 | gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o beos_.o -L/boot/develop/lib/x86 -lbe -lroot |
| | 11 | gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o beos_.o -L/boot/develop/lib/x86 -lbe -lroot |
| | 12 | gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o beos_.o crc32_.o crypt_.o ttyio.o -L/boot/develop/lib/x86 -lbe -lroot |
| | 13 | zipnote.o: In function `set_filetype': |
| | 14 | zipnote.c:(.text+0x1585): undefined reference to `setfiletype' |
| | 15 | collect2: ld returned 1 exit status |
| | 16 | make[1]: *** [zipnote] Error 1 |
| | 17 | make[1]: *** Waiting for unfinished jobs.... |
| | 18 | zipcloak.o: In function `set_filetype': |
| | 19 | zipcloak.c:(.text+0x1045): undefined reference to `setfiletype' |
| | 20 | collect2: ld returned 1 exit status |
| | 21 | zipsplit.o: In function `set_filetype': |
| | 22 | zipsplit.c:(.text+0x1e55): undefined reference to `setfiletype' |
| | 23 | collect2: ld returned 1 exit status |
| | 24 | make[1]: *** [zipcloak] Error 1 |
| | 25 | make[1]: *** [zipsplit] Error 1 |
| | 26 | make[1]: Leaving directory `/misc_obj/zip30' |
| | 27 | make: *** [all] Error 2 |
| | 28 | |
| | 29 | }}} |