472,986 Members | 2,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,986 software developers and data experts.

link problems: source files and intermediate files on different dr

Hi everyone,

we use Clearcase dynamic Views to get our Source-Files. Due speed reasons,
the output files should not go to the same location (dynamic view) as the
source files are located, this does not work. Here is a description of the
phenomenon:

Prerequisites:
Folder structure of projects and solution:

x:\path\projects\p1\p1.vcproj
x:\path\projects\p2\p2.vcproj
x:\path\projects\p3\p3.vcproj
x:\path\solutions\s1\s1.sln
x:\path\solutions\s2\s2.sln

Solution S1 includes P1, P2, P3 and so on.
P1 and P2 are configured for building a static lib file.
P3 is the main application and builds an executable.
The output and intermediate files are generated into
c:\src\temp\S1\P1\...
c:\src\temp\S1\P2\...
c:\src\temp\S1\P3\...

Problem:
When linking, the libraries of P1 and P2 are missing. Under Linker options,
the generated lib files are not present. If the project and source files and
intermediate files are on the same drive, the libaries are found and can be
linked together.
We assume, that there may be a problem with relative paths, as the linker
tries to include the lib files in following format:

\src\temp\S1\P1\P1.lib
\src\temp\S1\P2\P2.lib

Does anyone know how to solve this situation?

Best Regards,
Matthias
Jul 21 '05 #1
0 1148

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: KC | last post by:
Hi, I have a library with both newer and older version installed, their soname are libHELLO.so.1 and libHELLO.so.2. When I use gcc prog.c -o prog -lHELLO the prog will use libHELLO.so.2...
14
by: Steve McLellan | last post by:
Hi, Sorry to repost, but this is becoming aggravating, and causing me a lot of wasted time. I've got a reasonably large mixed C++ project, and after a number of builds (but not a constant...
8
by: Jon Paul Jones | last post by:
For some time now, I have been looking for a build system for ASP.NET that will merge the file based ease of deployment of classic ASP with the type saftey and prebuilt nature of ASP.NET with...
0
by: Matthias Martetschlaeger | last post by:
Hi everyone, we use Clearcase dynamic Views to get our Source-Files. Due speed reasons, the output files should not go to the same location (dynamic view) as the source files are located, this...
4
by: emanshu, Munish Nayyar | last post by:
Hi all, i am looking for different solutions for the fow:- problems please let me know if anyone have any idea. problem 1:- we have link list ( singly link list ), in which some node( say X...
2
by: seannakasone | last post by:
I'm a newbie to csharp. I've just read that there are no object files (*.obj) in C#. So a command such as this will build my.exe straight from the source files. csc.exe /out:my.exe *.cs ...
10
by: k.jayachandran | last post by:
I have a very curious and unique problem here. I'm creating a parser using bison and flex. i did all the development work in a linux environment. the project includes the source files output from...
1
yabansu
by: yabansu | last post by:
Hi all, I implemented a basic client application. It communicates with server and works properly. Building processes succeed just by giving the following warning: LINK : D:\DOC\Visual Studio...
5
by: Ed | last post by:
Hello, dear all, In the VS2005, Project Release Configuration, the default option of "General | Whole Program Optimization" is "Use Link Time Code Generation". I find when use this option, the...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.