Not sure if you're talking about the same environment as I am.

The MSYS shell under JTSDK does not contain /bin/ar or /usr/bin/ar

 

Black@Black-PC~/g4wjs-hamlib/src/yaesu$ ls /bin/ar

ls: /bin/ar: No such file or directory

Black@Black-PC~/g4wjs-hamlib/src/yaesu$ ls /usr/bin/ar

ls: /usr/bin/ar: No such file or directory

 

I've temporarily solved the problem in .bash_profile

# SET LOCAL USER BINPATH

if [ -d "${HOME}/bin" ] ; then

  PATH="${HOME}/bin:${PATH}"

fi

PATH="${PATH}:/c/JTSDK/qt5/Tools/mingw48_32/bin"

 

73

Mike

W9MDB

 

From: Alan VK2ZIW [mailto:bea...@unixservice.com.au] 
Sent: Thursday, December 11, 2014 5:56 PM
To: WSJT software development
Subject: Re: [wsjt-devel] JTSDK hamlib3 build

 

Hi Mike, 

the PATH to "ar" never should be. It's been the unix "archiver tool" since 
1977. 
It's always in the "default" PATH for all users. eg. "/bin" or "/usr/bin". 

"ar" pre-dates "tar" and "cpio" 

Alan VK2ZIW, see my footer. 

On Tue, 9 Dec 2014 23:00:31 -0600, Michael Black wrote 
> Trying to build hamlib3 under JTSDK without using the script which 
> takes WAY too long and does a bunch of stuff I don't want it to do. 
>   
> But building doesn't work since the PATH to ar isn't included in the shell. 
>   
> Mike 
> W9MDB 
>   
> Black@Black-PC~/g4wjs-hamlib/build/yaesu$ make 
>   CC       newcat.lo 
>   CCLD     libhamlib-yaesu.la 
> ../libtool: line 1115: ar: command not found 
> Makefile:382: recipe for target `libhamlib-yaesu.la' failed 
> make: *** [libhamlib-yaesu.la] Error 127 
>   


Alan 

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--------------------------------------------------------------------------- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler 
0414 353013 (mobile)     After uni, electr 

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to