Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7610285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:22:56+00:00 2026-05-31T01:22:56+00:00

I have simple files: hello.h , hello.cpp I have created a makefile in order

  • 0

I have simple files:
hello.h , hello.cpp

I have created a makefile in order to generate a static library (libhello.a)
but I’m getting error message , what am I doing wrong?

My code is:

CC = g++
CFLAGS = -Wall -g
utilObjs = hello.o

libhello.a: $(utilObjs)
    ar rc $@ $(utilObjs)
    ranlib $@

hello: hello.o libhello.a
    $(CC) $(CFLAGS) hello.o -L ./ -lutil -o $@

hello.o: hello.cpp hello.h
    $(CC) $(CFLAGS) -c $>

clean:
    rm -rf *.o libhello.a hello

all: hello 
.PHONY: all clean

The error message :
g++: fatal error: no input files
compilation terminated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:22:58+00:00Added an answer on May 31, 2026 at 1:22 am

    I don’t think $> means anything special, change it to $< , which expands to the first prerequisite of the rule. (hello.cpp in this case)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created two simple files in php. first file (i.e. input.php ): Created
Suppose I have a simple makefile like: hello: echo hello world bye: echo bye
I have created a simple Hello World Application using Flash Builder Burrito SDK. I
I have finally created a very simple Hello World style PHP Extension dll on
I have a home-grown HTTPS server that serves up simple files (it's embedded within
I have a simple bat script that copies files from an known directory to
I have a simple application with the following code: FileInfo[] files = (new DirectoryInfo(initialDirectory)).GetFiles();
I have a simple file browser and there I display files and folders, obtained
We have a simple file browser on our intranet, built using ASP/vbscript. The files
I have written a simple C++ shell program to parse large XML files and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.