Thread: Missing /configure command
i absolutely new linux, ubuntu, , operations/management related os. deleted files related c++ , gui programming using package manager , may have clobbered needed keep unintentionally. want compile simple "hello world" program using command line interface (terminal). web searches gather normal procedure - ./configure make , make install. when attempt execute ./configure command following error message.
bash: ./configure: no such file or directory
need know how recover configure application. can me??
joe
that indicates there's no 'configure' file in current directory. 'configure' files supplied source code, not in package.
double-check directory you're in when running ./configure
you'll need install package build-essential compile source code (without knowing packages removed it's difficult if you'll need install beyond that). see
https://help.ubuntu.com/community/compilingeasyhowto , https://help.ubuntu.com/community/compilingsoftware
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Missing /configure command
Ubuntu
Comments
Post a Comment