Sponsored Content
Top Forums UNIX for Advanced & Expert Users OpenSSL usage on Linux Distros Post 303041959 by Neo on Monday 9th of December 2019 07:34:53 AM
Old 12-09-2019
You can build 32 bit on 64 bit source, like this, for example:

Code:
 gcc -m32 my64bitsource.c -o my32bitout

So, take a look at the -m32 flag and any additional libs you might need to link in.

So, yes, it is certainly possible, to answer your question (building the source).
 

5 More Discussions You Might Find Interesting

1. Ubuntu

Universal Repositories for All Linux Distros

Is it possible to use Other Distro's ( i.e Debian's or Ubuntu's ) repositories in Fedora? If not then what should be done to make common repositories for all linux distros. regards, Arun Maurya (2 Replies)
Discussion started by: arun_maurya
2 Replies

2. Linux

is there a guide for linux distros?

i`m trying to fidnd a distro that is good for m but it is not that easy i discovered, so if anybody please can give som tips i would been very happy thank you for reading:) (3 Replies)
Discussion started by: KMLiveLinux
3 Replies

3. Linux

Multiple linux distros in one box

Hi, This will be my first time to install 5 distros in one box, the ff. are: openSUSE 11, openSUSE11.1, Ubuntu 8.04, Ubuntu 8.10, Fedora 10 Now, I'm confused how would I partitioned my hard disk with a capacity of 80Gb where there is only one swap and no idea yet how to play with boot... (2 Replies)
Discussion started by: etcpasswd
2 Replies

4. Red Hat

Points to compare Linux distros

I 've a question regarding which points should be considered to compare 2 different linux distros say RedHat & Ubuntu. for a production environment non-db applications ... any help will be appreciated .. (1 Reply)
Discussion started by: fugitive
1 Replies

5. Fedora

On Installing Multiple Linux Distros on a Computer

Guys, I was planning to install Ubuntu, Fedora and Backtrack on the same computer (along with Windows 7). My Specifications are: 2.67 Core i5 4GB DDR3 RAM 500 GB HDD I have a system running Windows 7 with 3 partitions (240, 130, 130) GBs. And I was planning on freeing out 30GB of space and... (3 Replies)
Discussion started by: hMeU
3 Replies
QD-CONFIGG(1)															     QD-CONFIGG(1)

NAME
qd-config - determine flags for compilation and linking SYNOPSIS
qd-config [options] DESCRIPTION
To link a Fortran-90 program with the C++ qd library, it is recommended to link with the C++ compiler used to generate the library. The Fortran 90 interface (along with a C-style main function calling f_main) is found in the qdmod library. The qd-config script can be used to determine which flags to pass to compile and link your programs. OPTIONS
--src Switch between source and system location. --prefix Output configured prefix value. --exec-prefix Output configured exec_prefix value. --build-flags Compiler options used during build. --build-libs Linker options used during build. --configure-args Configure arguments used for build. --cxx C++ compiler. --cflags C++ preprocessor and compiler options. --cxxflags C++ compiler options. --libs-la C++ linker options and libtool archive location. --libs C++ linker options. --fc Fortran compiler. --fcflags Fortran compiler options. --fclibs Fortran linker options. --fmainlib C++ linker options for main program written in Fortran. --version Output version. AUTHOR
This manual page was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian project (but may be used by others). User Commands 2008-05-11 QD-CONFIGG(1)
All times are GMT -4. The time now is 06:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy