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 8855011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:01:23+00:00 2026-06-14T14:01:23+00:00

I have a project that has three files. The main file is called login.c.

  • 0

I have a project that has three files. The main file is called login.c.
I want to #include my other two files using make, but I’m having trouble doing so.
Thanks in advance for any advice!!

here is my makefile:

objects = login.o cipher.o linked.o
coptions = -Wall -g -ggdb

loginTest: ${objects}
    gcc ${coptions} -o loginTest ${objects}
login.o: login.c cipher.h linked.h
    gcc -c ${coptions} login.c 
cipher.o: cipher.c cipher.h
    gcc -c ${coptions} cipher.c
linked.o: linked.c linked.h
    gcc -c ${coptions} linked.c

the error I get:

make: *** No rule to make target `cipher.h', needed by `login.o'.  Stop.

the files in my current working directory:

cipher.c
linked.c
linked.o
login.c
makefile
  • 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-06-14T14:01:25+00:00Added an answer on June 14, 2026 at 2:01 pm

    make can not automatically create *.h.

    You need to create it and #include that *.h file by yourself.

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

Sidebar

Related Questions

My use case is this... I have a project that has two production branches.
I have a C project that I'm using with Alchemy . The project has
My project has two cpp files and one header file. One cpp file contains
I have a main .fla file that I am using to load a sequence
I have downloaded an Xcode project that has three xibs (A.xib, B.xib, and C.xib).
I have two projects, a resourcelibrary which holds a xaml file that simply has
I have a project that has several build configurations (FREE version, male-only, female-only, etc.).
I have a project that has a GUI (written in QT) and a command-line
I have a project that has components in several different directories and would like
We have a project that has been built in Flash and as3. It is

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.