subcribe

Janne 'Noodles' Lähteenmäki janza at assari.cc.tut.fi
Wed Jan 12 12:22:42 GMT 2000


I have a library called libtutnew.a and it's headerfile tutnew.h in my
project directory. Previously, when I compiled my program by calling make
on commandline everything went fine. My makefile looked something like
this:

B4: B4.o data.o  
        g++ -Wall -W -pedantic -L. -o B4 B4.o data.o -ltutnew

B4.o: B4.cc data.h
        g++ -Wall -W -pedantic -c B4.cc

data.o: data.cc data.h
        g++ -Wall -W -pedantic -c data.cc


This linked my program with libtutnew.a.
Now that I have started using KDevelop I can't get the program linked!

How can I make Kdevelop link my program with tutnew?


##########################################################################
#                  Janne Lähteenmäki                                     #
# Tel: +35850-5670005      E-Mail: janza at cc.tut.fi                       #
# Snail-Mail: Mekaniikanpolku 6 A 16, 33720 TAMPERE                      #
# Homepage: http://www.cs.tut.fi/~janza                                  #
# "Olen beibi-boy, säälittävä beibi-boy..." -Leevi And The Leavings-     #
##########################################################################





More information about the KDevelop mailing list