GCC Fails to Recognize Parameters Programming by snah19 …;$FFMPEG_SOURCE_DIR" || exit 1 # clean debri gmake clean # Redirect both stdout and stderr to separate…Compile FFmpeg echo "Compiling FFmpeg..." gmake CC="$DJGPP_PREFIX/bin/i586-pc-msdosdjgpp-gcc…" || exit 1 # gmake install || exit 1 echo "Compilation … Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. Re: GCC Fails to Recognize Parameters Programming by toneewa While I haven't used DJGPP for a couple decades, I decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "os_support.h" #include "avformat.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" #… Building open64 in hpux + ia64 system Hardware and Software Linux and Unix by urstez …hpux as operating system. [code]# gmake all BUILD_OPTIMIZE=DEBUG gmake first gmake[1]: Entering directory `/home/thejas…1-0/osprey/targia64_ia64_nodebug/libspin' gmake -C osprey/targia64_ia64_nodebug/libspin_4_2_0 gmake[2]: Entering directory `/home/…home/thejas/open64-4.2.1-0' gmake phony_targets gmake[1]: Entering directory `/home/thejas/open64-4… Include file not found in Makefile Hardware and Software Linux and Unix by nkinar …a Makefile with the following: [CODE] include ${DEPTROOT}/etc/gmake.init [/CODE] In my .bash_profile file, I have the… the following error: [CODE] $ make Makefile:13: /etc/gmake.init: No such file or directory make: *** No rule to…does not seem to resolve the problem: [CODE] $ which gmake /usr/bin/gmake [/CODE] [CODE] $ which make /usr/bin/make [/… Re: expect.pm install Programming Software Development by rdxblast … using? If you keenly look in the gmake output which you attached to the thread, …which is passed while you run make(its gmake what you use from bin). Check out …No such file or directory cc: no input files gmake: *** [blib/arch/auto/IO/Tty/Tty.so]…intern affected the rest. Can you paste your gmake to resolve this problem? I can guess the… Make problem with implicit rule Programming Software Development by n.aggel … for such cases, i type gmake --print-data-base > gmake.database.txt and when i read gmake.database.txt i find [code… Need urgent help: Linkage error with the library Programming Software Development by SYT … this problem. Here is the error messages: [srb@fsktm src]$ gmake /home/srb/SRB3_4_2/mySRB/src/alpha1.c:12723: undefined reference…: undefined reference to `SQLDrivers' collect2: ld returned 1 exit status gmake: *** [etd.cgi] Error 1 Thanks in advance. Regards, SYT kevelop:problem compiling first program Programming Software Development by sugantha …;1" LC_MESSAGES="C" LC_CTYPE="C" gmake -k hello.lo compiling hello.cpp (g++) compiling hello.cpp…/c++config.h:47: error: expected namespace-name before ';' token gmake: *** [hello.lo] Error 1 *** Exited with status: 2 *** Can someone… expect.pm install Programming Software Development by gpx … -DHAVE_TTYNAME -DHAVE_UNLOCKPT Writing Makefile for IO::Tty # -------------------------------- # /usr/sfw/bin/gmake Skip blib/lib/IO/Tty.pm (unchanged) Skip blib/lib….o: No such file or directory cc: no input files gmake: *** [blib/arch/auto/IO/Tty/Tty.so] Error 1 Makefile:124: *** unterminated call to function `foreach': missing `)'. Hardware and Software Linux and Unix by hemanshurpatel … RHEL6 - 64bit machine I'm not that deep into Makefile/Gmake, and so I'm not sure what's the issue… Re: Crazy Leak...plz help Programming Software Development by vijayan121 … the following invocations of gmake: #gmake #gmake SOURCE_SUFFIX='.cc' #gmake SOURCE_SUFFIX='.cc' HEADER_SUFFIX='.hpp' #gmake SOURCE_SUFFIX='.cpp' HEADER_SUFFIX='.hpp' CFLAGS='-g' #gmake SOURCE_SUFFIX='.cxx' HEADER_SUFFIX='.hxx… Re: Crazy Leak...plz help Programming Software Development by vijayan121 … changed the initial simple makefile i had to this: the gmake makefile symtax for rules is: [code]target : (optional) prerequisies…prerequisites are *files*. when you type [B]gmake[/B] (linux aliases make to gmake) at the shell prompt without args, it…gt;rm -f $(NAME) $(objs)[/code] this will prevent gmake from going mad if there happens to be a file… Re: Makefile for C++ one file programs Programming Software Development by Duoas … need to have the [b]grep[/b] utility and [b]gmake[/b] on your system. It will not work with other… make programs. To use it, just type [inlinecode]gmake[/inlinecode] at the prompt. Remember, this is just for simple… Re: problem installing linux drivers, help me and ya got my respect!!! Hardware and Software Linux and Unix by safron try gmake Re: Installing software on Linux: source code Hardware and Software Linux and Unix by alienlinux … to non-linux users, noteably *bsd, you need to use gmake instead when compiling linux code. (i added this remark purely… Re: need compiler translation! Programming Software Development by vijayan121 …) from the same directory where you created the Makefile [ or gmake (linux) or nmake (microsoft) ]. qmake would have created a Makefile… Re: Crazy Leak...plz help Programming Software Development by n.aggel …;tab>rm -f $(NAME) $(objs)[/code] this will prevent gmake from going mad if there happens to be a file… Re: Crazy Leak...plz help Programming Software Development by n.aggel … not essential).[/QUOTE] That's interesting but when i invoke gmake i get among others this:: [code]g++ -Wall -std=c… Re: How to get the dependancy graph from a make file Programming Software Development by Duoas … you are using the GNU tools, you can say: [inlinecode]gmake -n -p[/inlinecode] to print the internal database used to… Re: SNMP Libraries Programming Software Development by vijayan121 ….2.22_2 ===> snmp++-3.2.22_2 depends on executable: gmake - found ===> Configuring for snmp++-3.2.22_2 ===> Building… Re: Error -> "Unable to run program file" Programming Software Development by Reg74 This is the error message in the compile log: Compiler: Default compiler Building Makefile: "C:\unisa\devcpp\Makefile.win" Executing make... gmake.exe -f "C:\unisa\devcpp\Makefile.win" all Execution terminated Re: I hate Solaris Programming Software Development by Duoas … CC. Also make sure you have the GNU make ([B]gmake[/B]) installed and use it by default instead of the… Re: installing basic utilities Debian Hardware and Software Linux and Unix by rubberman Install the gnu compiler tools. Make will come with that. Most installations of Ubuntu/Debian already include the GNU compiler suite, including make/gmake. If you need some other make, such as cmake, then you will need to install that package specifically. So, let me ask, just what are you trying to do? Re: Makefile Linux Hardware and Software Linux and Unix by rubberman … the gnu.org web site and read the documentation for gmake, which is what you have on your Linux system. It… Re: Include file not found in Makefile Hardware and Software Linux and Unix by finito Not sure if this works differently on Mac rather than on Linux, do you have a compiler installed? Re: Include file not found in Makefile Hardware and Software Linux and Unix by nkinar Hello finito--- Thank you very much for your response, and for helping to point me in the right direction. Yes, I've verified that there is indeed a compiler installed. In actuality, the problem can be rectified by adding the following export to the .bash_profile file: [CODE] FreeUSP=/Users/nkinar/common/FreeUSP/FreeUSP-1.05; export FreeUSP … Re: Make problem with implicit rule Programming Software Development by vijayan121 [QUOTE][COLOR="Red"]n[/COLOR] is made automatically from [COLOR="Red"]n.o[/COLOR] by running the linker (usually called ld) via the C compiler. The precise command used is ... This rule does the right thing for a simple program with only one source file. It will also do the right thing if there are multiple object files (… Re: Make problem with implicit rule Programming Software Development by n.aggel thanks vijayan for your assistance! sorry for asking the RTFM kind of question...:(