Advertisement
Aha2Y

Untitled

Dec 8th, 2011
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. CC = gcc
  3. CFLAGS = -g -O2 -Wall
  4. CPP = gcc -E
  5. CPPFLAGS =
  6. LD = /usr/bin/ld
  7. LDFLAGS =
  8. LIBS =
  9. Use alloca(): yes
  10.  
  11. * TRE options
  12.  
  13. Development-time debugging: no
  14. System regex ABI compatibility: no
  15. Wide character (wchar_t) support: no (disabled with --disable-wchar)
  16. Multibyte character set support: no (disabled with --disable-multibyte)
  17. Approximate matching support: yes
  18. Build and install agrep: no
  19.  
  20. compiling TRE regex library
  21. ./configure: line 6693: make: command not found
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement