Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 8

Qt-interest Archive, March 2002
Cannot install QT 3.0.3 on Win2000 with VS6.0


Message 1 in thread

Hello,

I've a problem with installing QT 3.0.3 (Commercial Version) for
VisualStudio 6.0 (SP5 installed) on Win2000. During the building process, I
get the following error:

link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
ole32.lib
Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error LNK1106: invalid file
or disk full: cannot seek to 0x35024ea5

This occurs the first time the linker is used!?!?!


Cheers
Oliver


Message 2 in thread

Here's what MSVC help says (I'm sure you already read it and discounted all
these possible causes, but anyway...):

Linker Tools Error LNK1106
invalid file or disk full: cannot seek to location

The tool could not read or write to location in a memory-mapped file.

Tips :
Your disk may be too full to complete the link. Free up some space and try
the link again.

The error may be a result of trying to link over a network. Some networks do
not fully support the memory-mapped files used by the linker. Try linking on
your local disk to see if that fixes the problem.

There may be a bad block on your disk. Although the operating system and
disk hardware should have detected such an error, you may want to run a disk
checking program.

--
 [ signature omitted ] 

Message 3 in thread

Are you using the correct link.exe? The version number 3.x and year 1996 indicate a verrrry old version.

FWIW, my VC++ 6.0 SP5 linker identifies itself as:
  Microsoft (R) Incremental Linker Version 6.00.8447
  Copyright (C) Microsoft Corp 1992-1998. All rights reserved

- Soeren


> Hello,
> 
> I've a problem with installing QT 3.0.3 (Commercial Version) for
> VisualStudio 6.0 (SP5 installed) on Win2000. During the building process, I
> get the following error:
> 
> link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
> ole32.lib
> Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
> Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
> C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error LNK1106: invalid file
> or disk full: cannot seek to 0x35024ea5


Message 4 in thread

Well, as the same configuration worked for me yesterday, I would assume
that the linker is correct when it says

> link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
> ole32.lib
> Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
> Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
> C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error 
> LNK1106: invalid file
> or disk full: cannot seek to 0x35024ea5

Isn't it?

--
 [ signature omitted ] 

Message 5 in thread

> Well, as the same configuration worked for me yesterday, I would assume
> that the linker is correct when it says
>
> > link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
> > ole32.lib
> > Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
> > Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
> > C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error
> > LNK1106: invalid file
> > or disk full: cannot seek to 0x35024ea5
>
> Isn't it?

I deinstalled VS, reinstalled it to another location. I'm working with this
version of VS now for month, without any problems. I have 10GB free
disk-space...

I'm really confused since i link ole32.lib in other projects without
problems.


Oliver


Message 6 in thread

Is this the linker that comes with VS6? Check if you don't have another link
commando in your path. My linker gives the following copyright notice:

Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

Take a look un the version number and the date...
Regards,
Ulrich


> Hello,

> I've a problem with installing QT 3.0.3 (Commercial Version) for
> VisualStudio 6.0 (SP5 installed) on Win2000. During the building process,
> I
> get the following error:

> link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
> ole32.lib
> Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
> Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
> C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error LNK1106: invalid
> file
> or disk full: cannot seek to 0x35024ea5

> This occurs the first time the linker is used!?!?!


> Cheers
> Oliver

> --
> List archive and information: http://qt-interest.trolltech.com

---------------------------------
Ulrich Wieczorek
Erpicon Software Development GmbH
Neusser Str. 724-726
50737 Koeln
Tel. 0221-974600


Message 7 in thread

Thanks all for your suggestions!!!

It was the linker....

Very strange: There was a link.exe in the path from apple's(!!) project
builder that seems to use AND install the older link.exe from MS....

Now it works!!! :-))))


Oliver


> -----Ursprungliche Nachricht-----
> Von: owner-qt-interest@trolltech.com
> [mailto:owner-qt-interest@trolltech.com]Im Auftrag von Ulrich Wieczorek
> Gesendet: Donnerstag, 21. Marz 2002 14:30
> An: qt-interest@trolltech.com
> Betreff: Re: Cannot install QT 3.0.3 on Win2000 with VS6.0
>
>
> Is this the linker that comes with VS6? Check if you don't have
> another link
> commando in your path. My linker gives the following copyright notice:
>
> Microsoft (R) Incremental Linker Version 6.00.8447
> Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
>
> Take a look un the version number and the date...
> Regards,
> Ulrich
>
>
> > Hello,
>
> > I've a problem with installing QT 3.0.3 (Commercial Version) for
> > VisualStudio 6.0 (SP5 installed) on Win2000. During the
> building process,
> > I
> > get the following error:
>
> > link /DEBUG /OUT:qmake.exe project.obj main.obj (...lot of obj's...)
> > ole32.lib
> > Microsoft (R) 32-Bit Incremental Linker Version 3.10.6038
> > Copyright (C) Microsoft Corp 1992-1996. All rights reserved.
> > C:\PROGRA~1\MICROS~2\VC98\LIB\ole32.lib : fatal error LNK1106: invalid
> > file
> > or disk full: cannot seek to 0x35024ea5
>
> > This occurs the first time the linker is used!?!?!
>
>
> > Cheers
> > Oliver
>
> > --
> > List archive and information: http://qt-interest.trolltech.com
>
> ---------------------------------
> Ulrich Wieczorek
> Erpicon Software Development GmbH
> Neusser Str. 724-726
> 50737 Koeln
> Tel. 0221-974600
>
> --
> List archive and information: http://qt-interest.trolltech.com