パスワードを忘れた? アカウント作成
397793 journal

yakusouX5の日記: メモ書き

日記 by yakusouX5
glibc 2.3.2 (gcc 3.3): sscanf.c
$っていうか、compileできない。ので、cvsからチョッパってくるとOK。glibc 2.3.3だね、まだ出ていないけど
glibc cvs (gcc 3.3.1): Makerules

ifeq (yes,$(build-shared))
ifeq (no,$(cross-compiling))
symbolic-link-prog := $(common-objpfx)elf/sln
symbolic-link-list := $(common-objpfx)elf/symlink.list
define make-shlib-link
echo $(<F) $@ >> $(symbolic-link-list)
endef
else # cross-compiling
# We need a definition that can be used by elf/Makefile's install rules.
symbolic-link-prog = $(LN_S)
endif
endif
ifndef make-shlib-link
define make-shlib-link
rm -f $@
$(LN_S) $(<F) $@ ←----を ldconfig に置き換える
endef
endif

perl 5.6.1(gcc3.3.1)

*** 141,146 ****
--- 141,148 ----
          $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
          $sed \
              -e '/^#.*<stdin>/d' \
+             -e '/^#.*<built-in>/d' \
+             -e '/^#.*<command line>/d' \
          -e '/^#.*"-"/d' \
          -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
          -e 's/^[     ]*#[     ]*line/#/' \
***************
*** 155,160 ****
--- 157,164 ----
          $sed \
          -e '1d' \
          -e '/^#.*<stdin>/d' \
+             -e '/^#.*<built-in>/d' \
+             -e '/^#.*<command line>/d' \
          -e '/^#.*"-"/d' \
          -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
          -e 's/^[     ]*#[     ]*line/#/' \

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

弘法筆を選ばず、アレゲはキーボードを選ぶ -- アレゲ研究家

読み込み中...