Custom Query (532 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 532)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#128 wontfix Add support for Intel-based Mac clfs-commits@… yuhong
Description

How about cross-compiling Linux from Intel Mac OS X? The parts of CLFS that would be need to be changed are the "Partitioning" and the "Booting your New System" sections, depending on whether you are using Boot Camp or native elilo.

#228 fixed coreutils: too many arguments to function 'gen_tempname' clfs-commits@… yermandu
Description

I am compiling the Step 6.14 book from http://cross-lfs.org/view/svn/x86/temp-system/coreutils.html And i receive the follow error:

  CC     mkstemp.o
mkstemp.c: In function 'rpl_mkstemp':
mkstemp.c:43: error: too many arguments to function 'gen_tempname'
make[4]: *** [mkstemp.o] Error 1
make[4]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/pub/lfs/sources/coreutils-7.6/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/pub/lfs/sources/coreutils-7.6'
make: *** [all] Error 2

I allready app the patch coreutils-7.6-uname-1.patch and receive the same error.

#230 invalid libreadline.a not founded on compile bash clfs-commits@… yermandu
Description

Im in compiling bash 4.0 on step http://cross-lfs.org/view/svn/x86/temp-system/bash.html

make[1]: Entering directory `/pub/clfs/sources/bash-4.0/builtins'
make[1]: `libbuiltins.a' is up to date.
make[1]: Leaving directory `/pub/clfs/sources/bash-4.0/builtins'
making lib/readline/libreadline.a in ./lib/readline
make[1]: Entering directory `/pub/clfs/sources/bash-4.0/lib/readline'
rm -f terminal.o
i586-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/pub/clfs/sources/bash-4.0 -I../.. -I../../lib  -g -O2 terminal.c
terminal.c: In function 'get_term_capabilities':
terminal.c:415: warning: assignment makes pointer from integer without a cast
terminal.c: In function '_rl_init_terminal_io':
terminal.c:498: error: 'PC' undeclared (first use in this function)
terminal.c:498: error: (Each undeclared identifier is reported only once
terminal.c:498: error: for each function it appears in.)
terminal.c:499: error: 'BC' undeclared (first use in this function)
terminal.c:500: error: 'UP' undeclared (first use in this function)
make[1]: *** [terminal.o] Error 1
make[1]: Leaving directory `/pub/clfs/sources/bash-4.0/lib/readline'
make: *** [lib/readline/libreadline.a] Error 1

I try create link in lib/readline/ and /tools/readline /tools, but still not work.

Att.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.