HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of app-arch/info-zip/3.0/1


Ignore:
Timestamp:
04/12/09 14:49:36 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app-arch/info-zip/3.0/1

    v1 v2  
    1   
     1WIP... [[BR]] 
     2 apply patch. 
     3{{{ 
     4/misc_obj/zip30> make -f beos/Makefile  
     5make -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 
     8make[1]: Entering directory `/misc_obj/zip30' 
     9make[1]: `zip' is up to date. 
     10gcc -o zipnote  zipnote.o  zipfile_.o fileio_.o util_.o globals.o beos_.o -L/boot/develop/lib/x86 -lbe -lroot 
     11gcc -o zipsplit  zipsplit.o zipfile_.o fileio_.o util_.o globals.o beos_.o -L/boot/develop/lib/x86 -lbe -lroot 
     12gcc -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 
     13zipnote.o: In function `set_filetype': 
     14zipnote.c:(.text+0x1585): undefined reference to `setfiletype' 
     15collect2: ld returned 1 exit status 
     16make[1]: *** [zipnote] Error 1 
     17make[1]: *** Waiting for unfinished jobs.... 
     18zipcloak.o: In function `set_filetype': 
     19zipcloak.c:(.text+0x1045): undefined reference to `setfiletype' 
     20collect2: ld returned 1 exit status 
     21zipsplit.o: In function `set_filetype': 
     22zipsplit.c:(.text+0x1e55): undefined reference to `setfiletype' 
     23collect2: ld returned 1 exit status 
     24make[1]: *** [zipcloak] Error 1 
     25make[1]: *** [zipsplit] Error 1 
     26make[1]: Leaving directory `/misc_obj/zip30' 
     27make: *** [all] Error 2 
     28 
     29}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/