Re: No Output When Running Program From Sub Directory

2009-04-12 Thread Fabricio Guzman
Rene, thanks for the reply! The GNU libtool is a generic library support script and I'm using CYGWIN_NT-5.1 1.5.25. The 'which' command you suggested has given me some great insight. Here's what I'm seeing... In TopDir: 1) which libtool --> /usr/bin/libtool 2) which ./libtool --> /usr/myhome

Re: No Output When Running Program From Sub Directory

2009-04-11 Thread René Berber
Fabricio Guzman wrote: > This problem seems simple yet I've spent the last two days researching > and have been unsuccessful. > > I have a directory, "TopDir", with one subdirectory "SubDir". The > "TopDir" has a program called "libtool." If I'm in "TopDir" the > command "libtool --help" works

No Output When Running Program From Sub Directory

2009-04-11 Thread Fabricio Guzman
This problem seems simple yet I've spent the last two days researching and have been unsuccessful. I have a directory, "TopDir", with one subdirectory "SubDir". The "TopDir" has a program called "libtool." If I'm in "TopDir" the command "libtool --help" works as expected (I see the help text). H