Programming

pchero on February 23rd, 2011

Unix 는 장비도 다양하고,  버전도 다양하다. HP UX에 관련한 Hardware/OS support 에 관한 리스트는 아래의 링크에서 찾을 수 있다. http://www.hp.com/go/hpuxservermatrix 그리고 다른 HP UX 에 관한 CPU/OS support에 관한 내용은 아래의 링크에서 찾을 수 있다. http://search.cpan.org/~rjbs/perl-5.12.3/README.hpux

Continue reading about HP-UX Hardwar/OS support & CPU/OS support

pchero on November 29th, 2010

 Eclipse에서 Autoconf 사용시, Autotools 가 실행될 디렉토리를 설정하는 부분이 있다.   위의 장면에서  Configure tool directory  라고 적혀있는 섹션이 바로 그 부분인데, 여기에 아무 경로나 입력하면 안된다.  Resource 탭에 나와있는 Location 부분을 루트 디렉토리로 하는 절대경로를 지정해야 한다…  이것을 몰라 몇시간을 헤메었는지…

Continue reading about Eclipse Autoconf 경로 설정…

pchero on November 29th, 2010

Invoking autoreconf in build directory: /home/jonathan/workspace/CIOD/CIOD_CTMP/0001.WorkSource_Automake/obsource autoreconf -i Can’t exec “libtoolize”: No such file or directory at /usr/bin/autoreconf line 189.Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.autoreconf: `configure.ac’ or `configure.in’ is required Configuration failed with error  eclipse 와 autoconf 연동중.. 위와 같은 오류 발생.  아래의 명령어로 해결.  # sudo apt-get install […]

Continue reading about autoreconf 에러…

pchero on November 16th, 2010

 코딩을 하면서 느낀 점에 대하여 쓴 글타래..  많은 분들이 댓글을 달아주셨다.  한번씩 내가 잘하고 있는지/아닌지 를 파악하는데 중요한 지침서가 될 것 같다.  생각이 나면 한번씩 들려보자. http://kldp.org/node/117429

Continue reading about 코딩 설계/철학에 관하여…

pchero on November 16th, 2010

 Eclipse 에서 제공하는 여러가지 plug-in 들을 사용하면 레드마인과의 일감 연동을 할 수 있다.  이를 이용하면 eclipse 에서도 redmine 으로 일감 보고/가져오기 등의 기능을 수행할 수 있어 매우 편리하다.  먼저 redmine 과 eclipse 가 연동된 필자의 작업환경을 보자.  먼저 가장 기본이 되는 내용은 Redmine Wiki 의 내용이다. 지금 여기에 적는 내용 역시 redmine wiki 의 내용을 […]

Continue reading about eclipse-redmine 일감 연동하기