HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: crack-5.0 under hpux-11.00
Operating System - HP-UX
1825701
Members
3295
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 01:27 AM
02-16-2001 01:27 AM
crack-5.0 under hpux-11.00
Hallo folks,
i am trying to compile crack-5.0 using gcc 2.95.2 and binutils 2.9.1. Has somebody already completed these challenge under hpux-11.00? I have tried with
CFLAGS="-g -O2 -Wall $C5FLAGS"
and
CFLAGS="-O4 -fomit-frame-pointer -funroll-loop".
Both returns an error.
Thanks in advance for any advice!
i am trying to compile crack-5.0 using gcc 2.95.2 and binutils 2.9.1. Has somebody already completed these challenge under hpux-11.00? I have tried with
CFLAGS="-g -O2 -Wall $C5FLAGS"
and
CFLAGS="-O4 -fomit-frame-pointer -funroll-loop".
Both returns an error.
Thanks in advance for any advice!
sudo question
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 03:21 AM
02-27-2001 03:21 AM
Re: crack-5.0 under hpux-11.00
Yesterday i've installed HP-ANSI/C-Compiler and tried to compile the crack-5.0. This was the solution for my problem.
sudo question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 01:32 PM
02-28-2001 01:32 PM
Re: crack-5.0 under hpux-11.00
I just successfully compiled crack 5.0 on HPUX 11.00, using GCC (not asci C compiler). All I id was un-comment out the lines for GCC and commented the lines for cc. I set PATH=$PATH:/opt/gcc/bin:/opt/binutils/bin
and in the crack dir, did a chmod -R 777 *
To allow write-permissions in that dir (I uncompressed as user, compiler as root).
I used the following steps:
i. vi ./Crack
I un-commented this for GCC:
# vanilla unix cc
# CC=cc
# CFLAGS="-g -O $C5FLAGS"
#LIBS=-lcrypt # uncomment only if necessary to use stdlib crypt(), eg: NetBSD MD
5
# gcc 2.7.2
CC=/opt/gcc/bin/gcc
CFLAGS="-g -O2 -Wall $C5FLAGS"
LIBS=-lcrypt # uncomment only if necessary
I then went into ./src/libdes and vi ./Makefile
I changed the commenting into this:
#CC=cc
#CFLAGS= -O $(OPTS) $(CFLAG)
CC=gcc
CFLAGS= -O4 -fomit-frame-pointer -funroll-loops $(OPTS) $(CFLAG)
Hope this works for you, too!
and in the crack dir, did a chmod -R 777 *
To allow write-permissions in that dir (I uncompressed as user, compiler as root).
I used the following steps:
i. vi ./Crack
I un-commented this for GCC:
# vanilla unix cc
# CC=cc
# CFLAGS="-g -O $C5FLAGS"
#LIBS=-lcrypt # uncomment only if necessary to use stdlib crypt(), eg: NetBSD MD
5
# gcc 2.7.2
CC=/opt/gcc/bin/gcc
CFLAGS="-g -O2 -Wall $C5FLAGS"
LIBS=-lcrypt # uncomment only if necessary
I then went into ./src/libdes and vi ./Makefile
I changed the commenting into this:
#CC=cc
#CFLAGS= -O $(OPTS) $(CFLAG)
CC=gcc
CFLAGS= -O4 -fomit-frame-pointer -funroll-loops $(OPTS) $(CFLAG)
Hope this works for you, too!
Turning and turning in the widening gyre,
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP