automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with subdirectory


From: wingri
Subject: Re: Problem with subdirectory
Date: Tue, 31 Jul 2007 02:20:17 -0700 (PDT)

Thank you for your time. 
I`ve already solved it by "brutal force" - I`ve added needed file into the
directory where  I use it. That`s not very nice soultion, but it works. 


Jason Curl-4 wrote:
> 
> wingri wrote:
>> Hello,
>>
>> I`ve got project and source codes are in direcory. Then, there are some
>> other source codes in subdirectory of this directory. Now, from file in
>> directory I want to call function from file in subdirectory.
>>
>> Project is quite big, there are Makefiles for whole project, for my
>> directory and for subdirectory.
>> In Makefile.am I`ve got: SUBDIRS = subdir_name and includedir =
>> subdir_name
>>
>> But I`m getting error: undefined reference to ...
>>
>> Everything runs ok in cmake, but I have to run automake as well.
>>
>> Have you got any suggestions how to do this?
>> Thanks in advance.
>>   
> 
> You'll have to be much more concise about your problem. Be specific 
> about what you are doing, and what you're seeing. Even better, because 
> you mention it's quite a large project, try something that is much 
> smaller - start from only two directories say. Then it makes it much 
> easier to read and interpret the Automake & Autoconf manuals.
> 
> http://www.gnu.org/software/autoconf/manual/
> 
> http://www.gnu.org/software/automake/manual/automake.html
> 
> The Automake manual makes it reasonably clear how it works. If you don't 
> understand something in the manual, and you've tried to start off with a 
> small example, then show us what problems you're having. Many people are 
> glad to help when there's something that they can work with.
> 
> Regards
> Jason.
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-subdirectory-tf4158389.html#a11920762
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]