OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Mar 18, 2024 10:08 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 10:24 am 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
I need for my Bare Bones GCC 3 libraries's:
libmpfr-4.dll
libgmp-10.dll
libmpc-3.dll

However, i do not have these by default. How do i get them (non-MinGW)?

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 10:31 am 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5069
They should have been included with your copy of GCC. If they weren't, then you need to find a different copy of GCC or build your own.


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 10:34 am 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
Octocontrabass wrote:
They should have been included with your copy of GCC. If they weren't, then you need to find a different copy of GCC or build your own.

They are not. And i cannot use something else (this is the only Windows port of the Bare Bones GCC)

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 10:47 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Build your own cross compiler, as per the instructions. There's little point in not following the instructions and then wondering why things don't work.


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 12:25 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
iansjack wrote:
Build your own cross compiler, as per the instructions. There's little point in not following the instructions and then wondering why things don't work.

I got a working Windows cross compiler made by Ghost (a user here on the OSDev forums). It works perfectly with the dll's. It is working (Ghost just didn't put the dll's, probably didn't know or something).

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 1:13 pm 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
How do you know it works perfectly if you can't run it? At any rate, Linux users build software from source all the time. You, as a supposed developer, should be able to build a couple of libraries, too.

_________________
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 1:15 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
Love4Boobies wrote:
How do you know it works perfectly if you can't run it? At any rate, Linux users build software from source all the time. You, as a supposed developer, should be able to build a couple of libraries, too.

I've had the dll's before (forgot that you needed the dll's) and deleted them. It works perfectly with the dll's.

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 1:21 pm 
Offline
Member
Member

Joined: Wed Jun 17, 2015 9:40 am
Posts: 501
Location: Athens, Greece
Hi,


So you deleted the DLLs and then you asked us where to find them?

You should know better next time what you are doing.


Regards,
glauxosdever


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 1:45 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
glauxosdever wrote:
Hi,


So you deleted the DLLs and then you asked us where to find them?

You should know better next time what you are doing.


Regards,
glauxosdever

I've got the dll's, and it gives me a error that usually happens with DLL's being from a source that doesn't provide the one i wanted.

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: Where can i find the following DLL's?
PostPosted: Sat Oct 29, 2016 3:53 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
NunoLava1998 wrote:
I got a working Windows cross compiler made by Ghost (a user here on the OSDev forums). It works perfectly with the dll's. It is working (Ghost just didn't put the dll's, probably didn't know or something).
:mrgreen: Ghost is not a user here, it's the name of my operating system and I built that cross compiler. :-P

The DLLs you where missing come from the respective libraries (MPFR, MPC and GMP) which must either A) be installed using the Cygwin installer or B) by compiling them yourself.

For a quick start you can use my compiler, but I advise you to build your own soon. You will have to do so anyway once you get more advanced.

_________________
Ghost OS - GitHub


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group