Comment on Tutorial - Character Counting sample program in C By Grenfel
Comment Added by : arshavin
Comment Added at : 2010-04-14 23:19:33
Comment on Tutorial : Character Counting sample program in C By Grenfel
can't build the 2nd code in netbeans,here is the output of build:
Running "/usr/bin/make -f Makefile CONF=Debug" in /home/arshavin/NetBeansProjects/Application_1
/usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/arshavin/NetBeansProjects/Application_1'
mkdir -p build/Debug/GNU-Linux-x86
gcc -c -g -o build/Debug/GNU-Linux-x86/newfile.o newfile.c
mkdir -p dist/Debug/GNU-Linux-x86
gcc -o dist/Debug/GNU-Linux-x86/application_1 build/Debug/GNU-Linux-x86/newfile.o
build/Debug/GNU-Linux-x86/newfile.o: In function `main':
/home/arshavin/NetBeansProjects/Application_1/newfile.c:8: undefined reference to `gechar'
collect2: ld returned 1 exit status
make[1]: *** [dist/Debug/GNU-Linux-x86/application_1] Error 1
make[1]: Leaving directory `/home/arshavin/NetBeansProjects/Application_1'
make: *** [.build-impl] Error 2
Build failed. Exit value 2.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Java program to get location meta data from an image
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
Archived Comments
1. Looks good, but don't use gets(). gets() is respon
View Tutorial By: Luke at 2011-11-21 09:03:38
2. i want to knew about byte datatype. why did not by
View Tutorial By: pankaj kr tiwari at 2011-12-02 04:37:43
3. Sorry Actually i used previous version of comm.jar
View Tutorial By: A.Balaji at 2010-09-15 02:44:55
4. Protip: you could add some inline assembly with th
View Tutorial By: Robin Degen at 2011-08-16 23:47:04
5. @mahesh yes you can use this to connect to any db
View Tutorial By: Rita sen at 2012-01-05 05:18:13
6. Hi,
I want to read the barcode and print it
View Tutorial By: Santu at 2013-03-12 18:15:18
7. Hi,
I want to run a bat file, below are the
View Tutorial By: Rajshekar at 2011-10-28 06:07:06
8. Thanks!
View Tutorial By: misterTi at 2015-03-18 17:48:41
9. hi issac thank you for your sample. can you please
View Tutorial By: edwin at 2009-05-20 22:04:14
10. Thank You,
Code is working well.
Is
View Tutorial By: dinesh at 2012-06-23 04:33:16