トップ «前の日記(2011-06-01) 最新 次の日記(2011-06-03)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|

2011-06-02 :-(

_ 午前

0500 起床

0830 出勤

0900 テスト

_ 午後

1300 テスト

1700 退勤

_

1930 gcc リハビリ

2130 飯。塩鮭

_ [gcc]gcc リハビリ

% gcc -I./lib -L./lib -lmisc 01/dirent.c
/var/tmp//cc6tQdDd.o: In function `main':
dirent.c:(.text+0x25): undefined reference to `err_quit'
dirent.c:(.text+0x61): undefined reference to `err_sys'

ほむ?

% nm lib/libmisc.a

error.o:
          U __errno
          U __sF
          U abort
00000000 t err_doit
00000132 T err_dump
000000d9 T err_msg
000000b6 T err_quit
00000117 T err_ret
000000f4 T err_sys
          U exit
          U fflush
          U fputs
00000000 B pname
          U sprintf
          U strerror
          U vsprintf

errorlog.o:
          U __errno
          U __sF
          U debug
          U exit
          U fflush
          U fputs
00000000 t log_doit
000000ff T log_msg
00000172 T log_open
000000d4 T log_quit
0000014e T log_ret
00000123 T log_sys
          U openlog
          U sprintf
          U strerror
          U syslog
          U vsprintf

えー

なんでだろー

なんでだろー

% gcc 01/dirent.c  -I./lib -L./lib -lmisc

あー

これはひどい